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