Skip to content

Commit

Permalink
💩 Show working Flux example
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbertrand committed Oct 22, 2024
1 parent be05d47 commit a25c122
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions grafana/provisioning/datasources/datasource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ datasources:
orgId: 1
url: http://apple_watch_influxdb:8086
jsonData:
dbName: apple_watch
httpHeaderName1: 'Authorization'
timeInterval: 1d
version: Flux
organization: my_org
defaultBucket: apple_watch
tlsSkipVerify: true
secureJsonData:
httpHeaderValue1: 'Token $APPLE_WATCH_INFLUX_TOKEN'
token: my_token
isDefault: true
editable: true
options:
Expand Down

0 comments on commit a25c122

Please sign in to comment.