Created
February 7, 2018 04:35
-
-
Save imkarthikk/b024cd0490c0d7267ef8335a1a587fd2 to your computer and use it in GitHub Desktop.
Grafana + InfluxDB + Docker for real-time dashboards
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Get InfluxDB up and running for your Grafana stack | |
docker run -d -p 8086:8086 -p 2003:2003 -p 8083:8083 \ | |
-e INFLUXDB_GRAPHITE_ENABLED=true \ | |
-e INFLUXDB_ADMIN_ENABLED=true \ | |
influxdb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment