From 70312c135dada9041e018c9adcc1e2ea27ca485b Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Wed, 16 Aug 2023 17:14:44 +0100 Subject: [PATCH] Do local install Signed-off-by: Michel Hollands --- charts/meta-monitoring/values.yaml | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/charts/meta-monitoring/values.yaml b/charts/meta-monitoring/values.yaml index 1aa2cff..2b86f91 100644 --- a/charts/meta-monitoring/values.yaml +++ b/charts/meta-monitoring/values.yaml @@ -9,31 +9,31 @@ clusterName: "meta-monitoring" # Set to true for a local version of logs, metrics or traces local: logs: - enabled: false + enabled: true metrics: - enabled: false + enabled: true traces: - enabled: false + enabled: true minio: - enabled: false # This should be set to true if any of the previous is enabled + enabled: true # This should be set to true if any of the previous is enabled # Set to true to write logs, metrics or traces to Grafana Cloud cloud: logs: - enabled: true - endpoint: CHANGEME - username: CHANGEME - password: CHANGEME + enabled: false + endpoint: + username: + password: metrics: - enabled: true - endpoint: CHANGEME - username: CHANGEME - password: CHANGEME + enabled: false + endpoint: + username: + password: traces: - enabled: true - endpoint: CHANGEME - username: CHANGEME - password: CHANGEME + enabled: false + endpoint: + username: + password: # 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