Skip to content

Commit 36cd908

Browse files
committed
ENH: Add Harbor Prometheus Datasource
Add datasource to store node exporter metrics so we can see historical usage off harbor
1 parent e2c79cf commit 36cd908

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,11 @@ datasources:
9393
basicAuthUser: {{ prod_chatops_prometheus_username }}
9494
secureJsonData:
9595
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)