Skip to content

andrejska/influxdb-grafana-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

influxdb-grafana-docker

InfluxDB and Grafana orchestrated by docker-compose

Start containers

docker-compose -p grafana up -d

Grafana

http://localhost:3000

Features

  • Grafana without authentication for user with admin's rights
  • InfluxDB database js_performance configured as default data source for Grafana
  • InfluxDB database telegraf configured as data source for Grafana
  • Grafana dashboards are auto-imported from project directory grafana/dashboards
  • Grafana pre-loaded with dashboard Docker Metrics per container (https://grafana.com/dashboards/3056)
  • Telegraf with configuration file in project telegraf/telegraf.conf
  • Telegraf with Docker stats reading plug-in for local Docker host (for Mac and Linux)
  • Telegraf with metrics sending to InfluxDB
  • Grafana plug-in Pie Chart panel installed

Useful commands

InfluxDB

Connect to InfluxDB shell:
docker run --rm --network=grafana_default --link=grafana_influxdb_1 -it influxdb:1.5.2 influx --host influxdb

About

InfluxDB and Grafana orchestrated by docker-compose

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors