Skip to content

Commit ff50bdf

Browse files
authored
Merge pull request #3275 from rgaiacs/3274-add-gesis-to-grafana
Update list of data source for Grafana
2 parents 6cbdeae + 0214ec6 commit ff50bdf

File tree

1 file changed

+61
-4
lines changed

1 file changed

+61
-4
lines changed

grafana-data/datasources.json

Lines changed: 61 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,42 @@
11
[
2+
{
3+
"access": "proxy",
4+
"basicAuth": false,
5+
"database": "",
6+
"id": 8,
7+
"isDefault": false,
8+
"jsonData": {
9+
"httpMethod": "POST"
10+
},
11+
"name": "2i2c",
12+
"orgId": 1,
13+
"readOnly": false,
14+
"type": "prometheus",
15+
"typeLogoUrl": "public/app/plugins/datasource/prometheus/img/prometheus_logo.svg",
16+
"typeName": "Prometheus",
17+
"uid": "deanf4vbxbcaod",
18+
"url": "https://prometheus.2i2c.mybinder.org",
19+
"user": ""
20+
},
21+
{
22+
"access": "proxy",
23+
"basicAuth": false,
24+
"database": "",
25+
"id": 9,
26+
"isDefault": false,
27+
"jsonData": {
28+
"httpMethod": "POST"
29+
},
30+
"name": "2i2c-bare",
31+
"orgId": 1,
32+
"readOnly": false,
33+
"type": "prometheus",
34+
"typeLogoUrl": "public/app/plugins/datasource/prometheus/img/prometheus_logo.svg",
35+
"typeName": "Prometheus",
36+
"uid": "beb0q0oe5vpj4e",
37+
"url": "https://prometheus.2i2c-bare.mybinder.org",
38+
"user": ""
39+
},
240
{
341
"access": "proxy",
442
"basicAuth": false,
@@ -20,13 +58,15 @@
2058
},
2159
{
2260
"access": "proxy",
23-
"basicAuth": true,
61+
"basicAuth": false,
2462
"database": "",
2563
"id": 2,
2664
"isDefault": false,
2765
"jsonData": {
28-
"httpMethod": "GET",
29-
"keepCookies": []
66+
"httpMethod": "POST",
67+
"keepCookies": [],
68+
"oauthPassThru": false,
69+
"sigV4Auth": false
3070
},
3171
"name": "GESIS",
3272
"orgId": 1,
@@ -35,7 +75,7 @@
3575
"typeLogoUrl": "public/app/plugins/datasource/prometheus/img/prometheus_logo.svg",
3676
"typeName": "Prometheus",
3777
"uid": "000000002",
38-
"url": "https://notebooks.gesis.org/prometheus",
78+
"url": "https://prometheus.gesis.mybinder.org",
3979
"user": ""
4080
},
4181
{
@@ -73,5 +113,22 @@
73113
"uid": "000000001",
74114
"url": "https://prometheus.mybinder.org",
75115
"user": ""
116+
},
117+
{
118+
"access": "proxy",
119+
"basicAuth": false,
120+
"database": "",
121+
"id": 10,
122+
"isDefault": false,
123+
"jsonData": {},
124+
"name": "prometheus-1",
125+
"orgId": 1,
126+
"readOnly": false,
127+
"type": "prometheus",
128+
"typeLogoUrl": "public/app/plugins/datasource/prometheus/img/prometheus_logo.svg",
129+
"typeName": "Prometheus",
130+
"uid": "ceivtekinzh1cc",
131+
"url": "",
132+
"user": ""
76133
}
77134
]

0 commit comments

Comments
 (0)