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:
47
47
secureJsonData:
48
48
token: {{ weekly_reports_token }}
49
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
50
- name: Meerkat DB
64
51
type: prometheus
65
52
uid: "meerkat-db"
@@ -106,3 +93,11 @@ datasources:
106
93
basicAuthUser: {{ prod_chatops_prometheus_username }}
107
94
secureJsonData:
108
95
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