diff --git a/software/dashboard/README.md b/software/dashboard/README.md index 724e839..bb1bd8e 100644 --- a/software/dashboard/README.md +++ b/software/dashboard/README.md @@ -6,8 +6,11 @@ As a visualization tool, Grafana is a popular component in monitoring stacks, of ## Connection -To connect Grafana to our Influx-DB, you have to create a `token`in Influx-DB. -![Token](../flow/docs/images/influx-create-token.png) +To connect Grafana to our Influx-DB, you have to create a data source. + +The `URL`of our InfluxDB is `http://influxdb:8086`. In InfluxDB you have to create a `token` to connect: [Load Data -> API Tokens](http://localhost:8086/orgs/721027680173bf2f/load-data/tokens). + +![Influx Create Token](../flow/docs/images/influx-create-token.png) You can use this token to create a connection from Grafana to Influx-DB. ![Connection](./docs/images/database-connection.png) diff --git a/software/dashboard/docs/images/database-connection.png b/software/dashboard/docs/images/database-connection.png index 820997b..4e6117c 100644 Binary files a/software/dashboard/docs/images/database-connection.png and b/software/dashboard/docs/images/database-connection.png differ