-
Notifications
You must be signed in to change notification settings - Fork 0
/
grafana-datasources.yaml
69 lines (64 loc) · 1.31 KB
/
grafana-datasources.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
apiVersion: 1
datasources:
- name: prometheus
type: prometheus
uid: prometheus
url: http://prometheus:9090
access: proxy
orgId: 1
version: 1
basicAuth: false
isDefault: true
editable: false
- name: loki
type: loki
uid: loki
url: http://loki:3100
access: proxy
basicAuth: false
orgId: 1
version: 1
isDefault: false
editable: false
jsonData:
maxLines: 1000
timeout: 600
httpHeaderName1: "X-Scope-OrgID"
secureJsonData:
httpHeaderValue1: "fake"
- name: Alertmanager
uid: alertmanager
type: alertmanager
url: http://alertmanager:9093
access: proxy
basicAuth: false
orgId: 1
version: 1
isDefault: false
editable: false
jsonData:
implementation: prometheus
- name: Cortex
type: prometheus
url: http://cortex:9010/prometheus
access: proxy
orgId: 1
version: 1
isDefault: false
editable: false
jsonData:
httpHeaderName1: "X-Scope-OrgID"
secureJsonData:
httpHeaderValue1: "fake"
- name: Mimir
type: prometheus
url: http://mimir:9009/prometheus
access: proxy
orgId: 1
version: 1
isDefault: false
editable: false
jsonData:
httpHeaderName1: "X-Scope-OrgID"
secureJsonData:
httpHeaderValue1: "fake"