Skip to content

Commit

Permalink
Add "auto provisioned" suffix to data sources
Browse files Browse the repository at this point in the history
  • Loading branch information
longzheng committed Sep 1, 2024
1 parent 91624c7 commit bba3e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions grafana/provisions/datasources/influxdb.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
apiVersion: 1

datasources:
- name: InfluxDB
- name: InfluxDB (auto provisioned)
type: influxdb
access: proxy
url: http://influxdb:8086
isDefault: true
database: powerwall
jsonData:
dbName: powerwall
Expand Down
2 changes: 1 addition & 1 deletion grafana/sunandmoon.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: 1

datasources:
- name: Sun and Moon
- name: Sun and Moon (auto provisioned)
type: fetzerch-sunandmoon-datasource
jsonData:
latitude: zzLAT
Expand Down

0 comments on commit bba3e60

Please sign in to comment.