From 687c77c0f60981d95a35d92330a6f54129c4bb44 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Thu, 19 Oct 2023 09:31:59 +0100 Subject: [PATCH] Use cloud Signed-off-by: Michel Hollands --- charts/meta-monitoring/values.yaml | 42 +++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/charts/meta-monitoring/values.yaml b/charts/meta-monitoring/values.yaml index 53fcd4f..814a671 100644 --- a/charts/meta-monitoring/values.yaml +++ b/charts/meta-monitoring/values.yaml @@ -6,34 +6,34 @@ namespacesToMonitor: # The name of the cluster where this will be installed clusterName: "meta-monitoring" -# Set to true for a local version of logs, metrics or traces -local: - logs: - enabled: true - metrics: - enabled: true - traces: - enabled: true - minio: - 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: false - endpoint: - username: - password: + enabled: true + endpoint: to_be_changed + username: to_be_changed + password: to_be_changed metrics: enabled: false - endpoint: - username: - password: + endpoint: to_be_changed + username: to_be_changed + password: to_be_changed traces: enabled: false - endpoint: - username: - password: + endpoint: to_be_changed + username: to_be_changed + password: to_be_changed + +# Set to true for a local version of logs, metrics or traces +local: + logs: + enabled: false + metrics: + enabled: false + traces: + enabled: false + minio: + enabled: false # This should be set to true if any of the previous is enabled # 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