github.com/aclisp/heapster@v0.19.2-0.20160613100040-51756f899a96/grafana/README.md (about) 1 # Grafana Image For Heapster/InfluxDB 2 3 ## What's In It 4 * Stock Grafana. 5 * Create a datasource for InfluxDB. 6 * Create a couple of dashboards during startup. These dashboards leverage templating and repeating of panels features in Grafana 2.0, to discover nodes, pods, and containers automatically. 7 8 ## How To Use It 9 * InfluxDB service URL can be passed in via the environment variable __INFLUXDB_SERVICE_URL__. 10 * If __INFLUXDB_SERVICE_URL__ isn't defined, it will discover and use the external service URL, if available. 11 * Otherwise, it will fall back to http://monitoring-influxdb:8086. 12 13 ## How To Build It 14 15 cd $GOPATH/src/k8s.io/heapster/grafana 16 17 make all