We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87de73d commit 0dbe2daCopy full SHA for 0dbe2da
tests/provisioning/datasources/datasources.yaml
@@ -8,3 +8,15 @@ datasources:
8
access: proxy
9
url: http://prometheus:9090
10
isDefault: true
11
+ - name: DigitalOcean demo
12
+ id: 2
13
+ uid: digitalocean
14
+ type: prometheus
15
+ access: proxy
16
+ url: http://demo.do.prometheus.io:9090
17
+ - name: Prom Labs
18
+ id: 3
19
+ uid: promlabs
20
21
22
+ url: http://demo.promlabs.com:9090
0 commit comments