@@ -3,7 +3,6 @@ namespacesToMonitor:
3
3
- loki
4
4
# The name of the cluster where this will be installed
5
5
clusterLabelValue : " meta-monitoring"
6
-
7
6
# Set to true to write logs, metrics or traces to Grafana Cloud
8
7
# The secrets have to be created first
9
8
cloud :
16
15
traces :
17
16
enabled : true
18
17
secret : " traces"
19
-
20
18
# Set to true for a local version of logs, metrics or traces
21
19
local :
22
20
grafana :
@@ -28,19 +26,19 @@ local:
28
26
traces :
29
27
enabled : false
30
28
minio :
31
- enabled : false # This should be set to true if any of the previous is enabled
32
-
29
+ enabled : false # This should be set to true if any of the previous is enabled
33
30
grafana :
31
+ version : 10.4.2
34
32
# Gateway ingress configuration
35
33
ingress :
36
34
# -- Specifies whether an ingress for the gateway should be created
37
35
enabled : true
38
36
# -- Ingress Class Name. MAY be required for Kubernetes versions >= 1.18
39
37
ingressClassName : " "
40
38
# -- Annotations for the gateway ingress
41
- annotations : { }
39
+ annotations : {}
42
40
# -- Labels for the gateway ingress
43
- labels : { }
41
+ labels : {}
44
42
# -- Hosts configuration for the gateway ingress, passed through the `tpl` function to allow templating
45
43
hosts :
46
44
- host : monitoring.example.com
@@ -53,18 +51,14 @@ grafana:
53
51
# - secretName: grafana-tls
54
52
# hosts:
55
53
# - monitoring.example.com
56
-
57
-
58
54
logs :
59
55
# Adding regexes here will add a stage.replace block for logs. For more information see
60
56
# https://grafana.com/docs/agent/latest/flow/reference/components/loki.process/#stagereplace-block
61
- piiRegexes :
62
- # This example replaces the word after password with *****
63
- # - expression: "password (\\\\S+)"
64
- # source: "" # Empty uses the log message
65
- # replace: "*****""
66
-
67
- # The lines matching these will be kept in Loki
57
+ piiRegexes : null # This example replaces the word after password with *****
58
+ # - expression: "password (\\\\S+)"
59
+ # source: "" # Empty uses the log message
60
+ # replace: "*****""
61
+ # The lines matching these will be kept in Loki
68
62
retain :
69
63
# This shows the queries
70
64
- caller=metrics.go
78
72
# - caller=push.go
79
73
# Additional log lines to retain
80
74
extraLogs : []
81
-
82
75
metrics :
83
76
# The list of metrics to retain for logging dashboards
84
77
retain :
@@ -179,7 +172,6 @@ metrics:
179
172
- promtail_custom_bad_words_total
180
173
# Additional metrics to retain
181
174
extraMetrics : []
182
-
183
175
# Set enabled = true to add the default logs/metrics/traces dashboards to the local Grafana
184
176
dashboards :
185
177
logs :
@@ -188,23 +180,19 @@ dashboards:
188
180
enabled : true
189
181
traces :
190
182
enabled : true
191
-
192
183
global :
193
184
minio :
194
185
rootUser : " rootuser"
195
186
rootPassword : " rootpassword"
196
-
197
187
kubeStateMetrics :
198
188
# Scrape https://github.com/kubernetes/kube-state-metrics by default
199
189
enabled : true
200
190
# This endpoint is created when the helm chart from
201
191
# https://artifacthub.io/packages/helm/prometheus-community/kube-state-metrics/
202
192
# is used. Change this if kube-state-metrics is installed somewhere else.
203
193
endpoint : kube-state-metrics.kube-state-metrics.svc.cluster.local:8080
204
-
205
194
# The following are configuration for the dependencies.
206
195
# These should usually not be changed.
207
-
208
196
loki :
209
197
loki :
210
198
auth_enabled : false
@@ -256,7 +244,6 @@ loki:
256
244
enabled : false
257
245
test :
258
246
enabled : false
259
-
260
247
alloy :
261
248
alloy :
262
249
clustering :
@@ -288,7 +275,6 @@ alloy:
288
275
maxReplicas : 30
289
276
targetMemoryUtilizationPercentage : 90
290
277
targetCPUUtilizationPercentage : 90
291
-
292
278
mimir-distributed :
293
279
minio :
294
280
enabled : false
@@ -318,7 +304,6 @@ mimir-distributed:
318
304
insecure : true
319
305
limits :
320
306
compactor_blocks_retention_period : 30d
321
-
322
307
tempo-distributed :
323
308
tempo :
324
309
structuredConfig :
@@ -340,7 +325,6 @@ tempo-distributed:
340
325
enabled : true
341
326
grpc :
342
327
enabled : true
343
-
344
328
minio :
345
329
rootUser : rootuser
346
330
rootPassword : rootpassword
0 commit comments