Skip to content

Commit 7c1ccf9

Browse files
Update Grafana version
1 parent de91b4d commit 7c1ccf9

File tree

1 file changed

+9
-25
lines changed

1 file changed

+9
-25
lines changed

charts/meta-monitoring/values.yaml

+9-25
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ namespacesToMonitor:
33
- loki
44
# The name of the cluster where this will be installed
55
clusterLabelValue: "meta-monitoring"
6-
76
# Set to true to write logs, metrics or traces to Grafana Cloud
87
# The secrets have to be created first
98
cloud:
@@ -16,7 +15,6 @@ cloud:
1615
traces:
1716
enabled: true
1817
secret: "traces"
19-
2018
# Set to true for a local version of logs, metrics or traces
2119
local:
2220
grafana:
@@ -28,19 +26,19 @@ local:
2826
traces:
2927
enabled: false
3028
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
3330
grafana:
31+
image: 10.4.2
3432
# Gateway ingress configuration
3533
ingress:
3634
# -- Specifies whether an ingress for the gateway should be created
3735
enabled: true
3836
# -- Ingress Class Name. MAY be required for Kubernetes versions >= 1.18
3937
ingressClassName: ""
4038
# -- Annotations for the gateway ingress
41-
annotations: { }
39+
annotations: {}
4240
# -- Labels for the gateway ingress
43-
labels: { }
41+
labels: {}
4442
# -- Hosts configuration for the gateway ingress, passed through the `tpl` function to allow templating
4543
hosts:
4644
- host: monitoring.example.com
@@ -53,18 +51,14 @@ grafana:
5351
# - secretName: grafana-tls
5452
# hosts:
5553
# - monitoring.example.com
56-
57-
5854
logs:
5955
# Adding regexes here will add a stage.replace block for logs. For more information see
6056
# 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
6862
retain:
6963
# This shows the queries
7064
- caller=metrics.go
@@ -78,7 +72,6 @@ logs:
7872
# - caller=push.go
7973
# Additional log lines to retain
8074
extraLogs: []
81-
8275
metrics:
8376
# The list of metrics to retain for logging dashboards
8477
retain:
@@ -179,7 +172,6 @@ metrics:
179172
- promtail_custom_bad_words_total
180173
# Additional metrics to retain
181174
extraMetrics: []
182-
183175
# Set enabled = true to add the default logs/metrics/traces dashboards to the local Grafana
184176
dashboards:
185177
logs:
@@ -188,23 +180,19 @@ dashboards:
188180
enabled: true
189181
traces:
190182
enabled: true
191-
192183
global:
193184
minio:
194185
rootUser: "rootuser"
195186
rootPassword: "rootpassword"
196-
197187
kubeStateMetrics:
198188
# Scrape https://github.com/kubernetes/kube-state-metrics by default
199189
enabled: true
200190
# This endpoint is created when the helm chart from
201191
# https://artifacthub.io/packages/helm/prometheus-community/kube-state-metrics/
202192
# is used. Change this if kube-state-metrics is installed somewhere else.
203193
endpoint: kube-state-metrics.kube-state-metrics.svc.cluster.local:8080
204-
205194
# The following are configuration for the dependencies.
206195
# These should usually not be changed.
207-
208196
loki:
209197
loki:
210198
auth_enabled: false
@@ -256,7 +244,6 @@ loki:
256244
enabled: false
257245
test:
258246
enabled: false
259-
260247
alloy:
261248
alloy:
262249
clustering:
@@ -288,7 +275,6 @@ alloy:
288275
maxReplicas: 30
289276
targetMemoryUtilizationPercentage: 90
290277
targetCPUUtilizationPercentage: 90
291-
292278
mimir-distributed:
293279
minio:
294280
enabled: false
@@ -318,7 +304,6 @@ mimir-distributed:
318304
insecure: true
319305
limits:
320306
compactor_blocks_retention_period: 30d
321-
322307
tempo-distributed:
323308
tempo:
324309
structuredConfig:
@@ -340,7 +325,6 @@ tempo-distributed:
340325
enabled: true
341326
grpc:
342327
enabled: true
343-
344328
minio:
345329
rootUser: rootuser
346330
rootPassword: rootpassword

0 commit comments

Comments
 (0)