Commit c20e40f 1 parent 87de73d commit c20e40f Copy full SHA for c20e40f
File tree 1 file changed +72
-0
lines changed
tests/provisioning/datasources
1 file changed +72
-0
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,75 @@ datasources:
8
8
access : proxy
9
9
url : http://prometheus:9090
10
10
isDefault : true
11
+ - name : Robust Perception
12
+ id : 2
13
+ uid : robustperception
14
+ type : prometheus
15
+ access : proxy
16
+ url : http://demo.robustperception.io:9090
17
+ - name : DigitalOcean demo
18
+ id : 3
19
+ uid : digitalocean
20
+ type : prometheus
21
+ access : proxy
22
+ url : http://demo.do.prometheus.io:9090
23
+ - name : Postgres
24
+ id : 4
25
+ uid : postgres
26
+ type : grafana-postgresql-datasource
27
+ access : proxy
28
+ url : postgres:5432
29
+ user : postgres
30
+ database : postgres
31
+ jsonData :
32
+ postgresVersion : 1200
33
+ sslmode : ' disable'
34
+ secureJsonData :
35
+ password : ' postgres'
36
+ - name : Loki
37
+ id : 6
38
+ uid : loki
39
+ type : loki
40
+ url : http://loki:3100
41
+ - name : loki-dev
42
+ id : 7
43
+ uid : EC6NanTVz
44
+ type : loki
45
+ url : https://ml.grafana-dev.net/api/datasources/proxy/uid/EC6NanTVz
46
+ jsonData :
47
+ httpHeaderName1 : ' Authorization'
48
+ secureJsonData :
49
+ httpHeaderValue1 : ' Bearer $GRAFANA_API_KEY'
50
+ - name : prometheus-dev
51
+ id : 8
52
+ uid : WbvFJnTVz
53
+ type : prometheus
54
+ url : https://ml.grafana-dev.net/api/datasources/proxy/uid/WbvFJnTVz
55
+ jsonData :
56
+ httpHeaderName1 : ' Authorization'
57
+ secureJsonData :
58
+ httpHeaderValue1 : ' Bearer $GRAFANA_API_KEY'
59
+ - name : tempo-dev
60
+ id : 9
61
+ uid : amwd44TVk
62
+ type : tempo
63
+ url : https://ml.grafana-dev.net/api/datasources/proxy/uid/amwd44TVk
64
+ jsonData :
65
+ httpHeaderName1 : ' Authorization'
66
+ secureJsonData :
67
+ httpHeaderValue1 : ' Bearer $GRAFANA_API_KEY'
68
+ - name : pyroscope-dev
69
+ id : 10
70
+ uid : bdgc3zfl6fqwwd
71
+ type : grafana-pyroscope-datasource
72
+ url : https://ml.grafana-dev.net/api/datasources/proxy/uid/bdgc3zfl6fqwwd
73
+ jsonData :
74
+ httpHeaderName1 : ' Authorization'
75
+ secureJsonData :
76
+ httpHeaderValue1 : ' Bearer $GRAFANA_API_KEY'
77
+ - name : Prom Labs
78
+ id : 11
79
+ uid : promlabs
80
+ type : prometheus
81
+ access : proxy
82
+ url : http://demo.promlabs.com:9090
You can’t perform that action at this time.
0 commit comments