Skip to content

Commit 0dbe2da

Browse files
committed
Add datasources
1 parent 87de73d commit 0dbe2da

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/provisioning/datasources/datasources.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,15 @@ datasources:
88
access: proxy
99
url: http://prometheus:9090
1010
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+
type: prometheus
21+
access: proxy
22+
url: http://demo.promlabs.com:9090

0 commit comments

Comments
 (0)