Merge pull request #99 from grafana/chore/update-minio
[dependency] Update the Grafana version
This commit is contained in:
commit
28daa27fca
@ -3,7 +3,6 @@ namespacesToMonitor:
|
|||||||
- loki
|
- loki
|
||||||
# The name of the cluster where this will be installed
|
# The name of the cluster where this will be installed
|
||||||
clusterLabelValue: "meta-monitoring"
|
clusterLabelValue: "meta-monitoring"
|
||||||
|
|
||||||
# Set to true to write logs, metrics or traces to Grafana Cloud
|
# Set to true to write logs, metrics or traces to Grafana Cloud
|
||||||
# The secrets have to be created first
|
# The secrets have to be created first
|
||||||
cloud:
|
cloud:
|
||||||
@ -16,7 +15,6 @@ cloud:
|
|||||||
traces:
|
traces:
|
||||||
enabled: true
|
enabled: true
|
||||||
secret: "traces"
|
secret: "traces"
|
||||||
|
|
||||||
# Set to true for a local version of logs, metrics or traces
|
# Set to true for a local version of logs, metrics or traces
|
||||||
local:
|
local:
|
||||||
grafana:
|
grafana:
|
||||||
@ -28,10 +26,9 @@ local:
|
|||||||
traces:
|
traces:
|
||||||
enabled: false
|
enabled: false
|
||||||
minio:
|
minio:
|
||||||
enabled: false # This should be set to true if any of the previous is enabled
|
enabled: false # This should be set to true if any of the previous is enabled
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
version: 10.0.0
|
version: 10.4.2
|
||||||
# Gateway ingress configuration
|
# Gateway ingress configuration
|
||||||
ingress:
|
ingress:
|
||||||
# -- Specifies whether an ingress for the gateway should be created
|
# -- Specifies whether an ingress for the gateway should be created
|
||||||
@ -39,9 +36,9 @@ grafana:
|
|||||||
# -- Ingress Class Name. MAY be required for Kubernetes versions >= 1.18
|
# -- Ingress Class Name. MAY be required for Kubernetes versions >= 1.18
|
||||||
ingressClassName: ""
|
ingressClassName: ""
|
||||||
# -- Annotations for the gateway ingress
|
# -- Annotations for the gateway ingress
|
||||||
annotations: { }
|
annotations: {}
|
||||||
# -- Labels for the gateway ingress
|
# -- Labels for the gateway ingress
|
||||||
labels: { }
|
labels: {}
|
||||||
# -- Hosts configuration for the gateway ingress, passed through the `tpl` function to allow templating
|
# -- Hosts configuration for the gateway ingress, passed through the `tpl` function to allow templating
|
||||||
hosts:
|
hosts:
|
||||||
- host: monitoring.example.com
|
- host: monitoring.example.com
|
||||||
@ -54,18 +51,14 @@ grafana:
|
|||||||
# - secretName: grafana-tls
|
# - secretName: grafana-tls
|
||||||
# hosts:
|
# hosts:
|
||||||
# - monitoring.example.com
|
# - monitoring.example.com
|
||||||
|
|
||||||
|
|
||||||
logs:
|
logs:
|
||||||
# Adding regexes here will add a stage.replace block for logs. For more information see
|
# Adding regexes here will add a stage.replace block for logs. For more information see
|
||||||
# https://grafana.com/docs/agent/latest/flow/reference/components/loki.process/#stagereplace-block
|
# https://grafana.com/docs/agent/latest/flow/reference/components/loki.process/#stagereplace-block
|
||||||
piiRegexes:
|
piiRegexes: null # This example replaces the word after password with *****
|
||||||
# This example replaces the word after password with *****
|
# - expression: "password (\\\\S+)"
|
||||||
# - expression: "password (\\\\S+)"
|
# source: "" # Empty uses the log message
|
||||||
# source: "" # Empty uses the log message
|
# replace: "*****""
|
||||||
# replace: "*****""
|
# The lines matching these will be kept in Loki
|
||||||
|
|
||||||
# The lines matching these will be kept in Loki
|
|
||||||
retain:
|
retain:
|
||||||
# This shows the queries
|
# This shows the queries
|
||||||
- caller=metrics.go
|
- caller=metrics.go
|
||||||
@ -79,7 +72,6 @@ logs:
|
|||||||
# - caller=push.go
|
# - caller=push.go
|
||||||
# Additional log lines to retain
|
# Additional log lines to retain
|
||||||
extraLogs: []
|
extraLogs: []
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
# The list of metrics to retain for logging dashboards
|
# The list of metrics to retain for logging dashboards
|
||||||
retain:
|
retain:
|
||||||
@ -180,7 +172,6 @@ metrics:
|
|||||||
- promtail_custom_bad_words_total
|
- promtail_custom_bad_words_total
|
||||||
# Additional metrics to retain
|
# Additional metrics to retain
|
||||||
extraMetrics: []
|
extraMetrics: []
|
||||||
|
|
||||||
# Set enabled = true to add the default logs dashboards to the local Grafana
|
# Set enabled = true to add the default logs dashboards to the local Grafana
|
||||||
dashboards:
|
dashboards:
|
||||||
logs:
|
logs:
|
||||||
@ -189,7 +180,6 @@ dashboards:
|
|||||||
enabled: true
|
enabled: true
|
||||||
traces:
|
traces:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
kubeStateMetrics:
|
kubeStateMetrics:
|
||||||
# Scrape https://github.com/kubernetes/kube-state-metrics by default
|
# Scrape https://github.com/kubernetes/kube-state-metrics by default
|
||||||
enabled: true
|
enabled: true
|
||||||
@ -197,10 +187,8 @@ kubeStateMetrics:
|
|||||||
# https://artifacthub.io/packages/helm/prometheus-community/kube-state-metrics/
|
# https://artifacthub.io/packages/helm/prometheus-community/kube-state-metrics/
|
||||||
# is used. Change this if kube-state-metrics is installed somewhere else.
|
# is used. Change this if kube-state-metrics is installed somewhere else.
|
||||||
endpoint: kube-state-metrics.kube-state-metrics.svc.cluster.local:8080
|
endpoint: kube-state-metrics.kube-state-metrics.svc.cluster.local:8080
|
||||||
|
|
||||||
# The following are configuration for the dependencies.
|
# The following are configuration for the dependencies.
|
||||||
# These should usually not be changed.
|
# These should usually not be changed.
|
||||||
|
|
||||||
loki:
|
loki:
|
||||||
loki:
|
loki:
|
||||||
auth_enabled: false
|
auth_enabled: false
|
||||||
@ -268,7 +256,6 @@ loki:
|
|||||||
extraEnvFrom:
|
extraEnvFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: "minio"
|
name: "minio"
|
||||||
|
|
||||||
alloy:
|
alloy:
|
||||||
alloy:
|
alloy:
|
||||||
clustering:
|
clustering:
|
||||||
@ -300,7 +287,6 @@ alloy:
|
|||||||
maxReplicas: 30
|
maxReplicas: 30
|
||||||
targetMemoryUtilizationPercentage: 90
|
targetMemoryUtilizationPercentage: 90
|
||||||
targetCPUUtilizationPercentage: 90
|
targetCPUUtilizationPercentage: 90
|
||||||
|
|
||||||
mimir-distributed:
|
mimir-distributed:
|
||||||
minio:
|
minio:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -331,7 +317,6 @@ mimir-distributed:
|
|||||||
insecure: true
|
insecure: true
|
||||||
limits:
|
limits:
|
||||||
compactor_blocks_retention_period: 30d
|
compactor_blocks_retention_period: 30d
|
||||||
|
|
||||||
tempo-distributed:
|
tempo-distributed:
|
||||||
tempo:
|
tempo:
|
||||||
structuredConfig:
|
structuredConfig:
|
||||||
@ -380,7 +365,6 @@ tempo-distributed:
|
|||||||
enabled: true
|
enabled: true
|
||||||
grpc:
|
grpc:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
minio:
|
minio:
|
||||||
existingSecret: "minio"
|
existingSecret: "minio"
|
||||||
buckets:
|
buckets:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user