Graphing Data and Metrics with Influx and Grafana
If you wish to deploy Grafana for alternative graphs, follow the steps below.
Create docker volumes
influxdb_data:
influxdb_config:
grafana_data:Deploying influxdb and grafana containers
influxdb and grafana containersINFLUXDB_USER=<your influxdb username>
INFLUXDB_PASSWORD=<your influxdb password>
INFLUXDB_ADMIN_TOKEN=<your influxdb token>Configuring data source and dashboard in Grafana
Option
Input
PreviousStoring Data and Metrics in a Time Series DatabaseNextGraphing Data and Metrics with Prometheus and Grafana
Last updated
Was this helpful?