/dashboard-api

Primary LanguageGoGNU Lesser General Public License v3.0LGPL-3.0

Dashboard API

Env

recommend

go 1.10+

needed

influxdb 1.5.1+

Project structure

┌── api
├── cmd
├── common
├── db
├── log
└── vendor

Build

cmd dashboard-api
# generate the executable file
make
# execute the file
build/dashboard-api start -c <configfile>

Tip

The format column time in result series can be changed by parameter precision.

Precision format like rfc3339|h|m|s|ms|u|ns