Skip to content

Commit 6d1e0b2

Browse files
influxdb: add note about configuration
1 parent 08a8658 commit 6d1e0b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ services:
3939
INFLUXDB_DB: "metrics"
4040
INFLUXDB_ADMIN_USER: "admin"
4141
INFLUXDB_ADMIN_PASSWORD: "admin"
42+
# you should specify this manually at grafana data source settings
43+
# as `auth` options for `influxdb` source.
4244
INFLUXDB_USER: "telegraf"
4345
INFLUXDB_USER_PASSWORD: "telegraf"
4446
INFLUXDB_HTTP_AUTH_ENABLED: "true"

0 commit comments

Comments
 (0)