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 e2c79cf commit 36cd908Copy full SHA for 36cd908
grafana_monitoring/roles/grafana/templates/cloud_datasource.yaml.j2
@@ -93,3 +93,11 @@ datasources:
93
basicAuthUser: {{ prod_chatops_prometheus_username }}
94
secureJsonData:
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
0 commit comments