Skip to content

Commit fab9306

Browse files
authored
Merge pull request #243 from stfc/grafana_prometheus
Updates to datasources
2 parents 7e135a9 + 36cd908 commit fab9306

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

grafana_monitoring/roles/grafana/templates/cloud_datasource.yaml.j2

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)