We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e135a9 commit 9367831Copy full SHA for 9367831
grafana_monitoring/roles/grafana/templates/cloud_datasource.yaml.j2
@@ -47,19 +47,6 @@ datasources:
47
secureJsonData:
48
token: {{ weekly_reports_token }}
49
50
- - name: WeeklyReportsInfluxDB-DW
51
- type: influxdb
52
- access: proxy
53
- uid: "weekly-reports-dw"
54
- url: "http://172.16.115.39:8086"
55
- basicAuth: false
56
- jsonData:
57
- httpMode: POST
58
- organization: cloud
59
- version: Flux
60
- secureJsonData:
61
- token: {{ weekly_reports_token_dw }}
62
-
63
- name: Meerkat DB
64
type: prometheus
65
uid: "meerkat-db"
0 commit comments