This an example project to show the TIG (Telegraf, InfluxDB and Grafana) stack.
$ docker-compose up
- Port: 8125 UDP (StatsD input)
- Port: 8086 (HTTP API)
- User: admin
- Password: admin
- Database: influx
Run the influx client:
$ docker-compose exec influxdb influx -execute 'SHOW DATABASES'
Run the influx interactive console:
$ docker-compose exec influxdb influx
Connected to http://localhost:8086 version 1.8.0
InfluxDB shell version: 1.8.0
>