This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgrafana.yml
163 lines (148 loc) · 3.96 KB
/
grafana.yml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
---
grafana_security:
admin_user: "{{ grafana_admin_user }}"
admin_password: "{{ grafana_admin_password }}"
grafana_datasources:
- name: "Prometheus"
uid: prometheus
type: "prometheus"
access: "proxy"
url: "http://prometheus-0.node.consul:9090"
isDefault: true
jsonData:
disableMetricsLookup: false
exemplarTraceIdDestinations:
- datasourceUid: tempo
name: traceID
httpMethod: POST
- name: "VictoriaMetrics"
uid: victoriametrics
type: "prometheus"
access: "proxy"
url: "http://ro.victoriametrics.service.dc1.consul:8481/select/0/prometheus"
- name: "promscale"
uid: promscale
type: "prometheus"
access: "proxy"
url: "http://ro.promscale.service.dc1.consul:9201"
- name: "cortex-all-tenants"
uid: cortex-all-tenants
type: "prometheus"
access: "proxy"
url: "http://ro.cortex.service.dc1.consul:9090/prometheus"
jsonData:
disableMetricsLookup: false
exemplarTraceIdDestinations:
- datasourceUid: tempo
name: traceID
httpMethod: POST
httpHeaderName1: 'X-Scope-OrgID'
secureJsonData:
httpHeaderValue1: 'tenant-1|tenant-2|tenant-3'
- name: "cortex-tenant-1"
uid: cortex-tenant-1
type: "prometheus"
access: "proxy"
url: "http://ro.cortex.service.dc1.consul:9090/prometheus"
jsonData:
disableMetricsLookup: false
exemplarTraceIdDestinations:
- datasourceUid: tempo
name: traceID
httpMethod: POST
httpHeaderName1: 'X-Scope-OrgID'
secureJsonData:
httpHeaderValue1: 'tenant-1'
- name: "cortex-tenant-2"
uid: cortex-tenant-2
type: "prometheus"
access: "proxy"
url: "http://ro.cortex.service.dc1.consul:9090/prometheus"
jsonData:
disableMetricsLookup: false
exemplarTraceIdDestinations:
- datasourceUid: tempo
name: traceID
httpMethod: POST
httpHeaderName1: 'X-Scope-OrgID'
secureJsonData:
httpHeaderValue1: 'tenant-2'
- name: "cortex-tenant-3"
uid: cortex-tenant-3
type: "prometheus"
access: "proxy"
url: "http://ro.cortex.service.dc1.consul:9090/prometheus"
jsonData:
disableMetricsLookup: false
exemplarTraceIdDestinations:
- datasourceUid: tempo
name: traceID
httpMethod: POST
httpHeaderName1: 'X-Scope-OrgID'
secureJsonData:
httpHeaderValue1: 'tenant-3'
- name: "timescaledb"
uid: timescaledb
type: "postgres"
sslmode: "require"
access: "proxy"
url: "ro.timescaledb.service.dc1.consul:4000"
database: "timescale"
user: "timescale"
password: "timescale"
jsonData:
sslmode: require
timescaledb: true
postgresVersion: 1200
- name: "loki"
uid: loki
type: "loki"
access: "proxy"
url: "http://loki.service.dc1.consul:3100"
- access: proxy
name: Tempo
type: tempo
uid: tempo
url: http://tempo.service.dc1.consul:3200
grafana_plugins:
- grafana-worldmap-panel
- grafana-piechart-panel
- digiapulssi-breadcrumb-panel
grafana_dashboards:
# Prometheus Node Exporter Full
- dashboard_id: 1860
revision_id: 21
datasource: Prometheus
# Prometheus - cluster
- dashboard_id: 11176
revision_id: 8
datasource: Prometheus
# Postgres Overview
- dashboard_id: 455
revision_id: 2
datasource: Prometheus
# HAproxy Servers | HAproxy
- dashboard_id: 367
revision_id: 3
datasource: Prometheus
# HAproxy Backend | HAproxy
- dashboard_id: 364
revision_id: 3
datasource: Prometheus
# HAproxy Frontend | HAproxy
- dashboard_id: 361
revision_id: 3
datasource: Prometheus
# Prometheus 2.0 Overview
- dashboard_id: 3662
revision_id: 2
datasource: Prometheus
# Prometheus memcached
- dashboard_id: 37
revision_id: 1
datasource: Prometheus
grafana_dashboards_dir: files/grafana/dashboards/
grafana_tracing:
address: tempo.service.dc1.consul:6831
grafana_feature_toggles:
- tempoSearch