File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
grafana_monitoring/roles/grafana/templates Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -47,19 +47,6 @@ datasources:
4747 secureJsonData:
4848 token: {{ weekly_reports_token }}
4949
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-
6350 - name: Meerkat DB
6451 type: prometheus
6552 uid: "meerkat-db"
@@ -106,3 +93,11 @@ datasources:
10693 basicAuthUser: {{ prod_chatops_prometheus_username }}
10794 secureJsonData:
10895 basicAuthPassword: {{ prod_chatops_prometheus_password }}
96+
97+ - name: HarborPrometheus
98+ type: prometheus
99+ uid: "harbor-prometheus"
100+ access: proxy
101+ url: http://130.246.83.216:9090
102+ isDefault: false
103+ basicAuth: false
You can’t perform that action at this time.
0 commit comments