Use cloud

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2023-10-19 09:31:59 +01:00
parent f4934d6007
commit 687c77c0f6

View File

@ -6,34 +6,34 @@ namespacesToMonitor:
# The name of the cluster where this will be installed # The name of the cluster where this will be installed
clusterName: "meta-monitoring" 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 # Set to true to write logs, metrics or traces to Grafana Cloud
cloud: cloud:
logs: logs:
enabled: false enabled: true
endpoint: endpoint: to_be_changed
username: username: to_be_changed
password: password: to_be_changed
metrics: metrics:
enabled: false enabled: false
endpoint: endpoint: to_be_changed
username: username: to_be_changed
password: password: to_be_changed
traces: traces:
enabled: false enabled: false
endpoint: endpoint: to_be_changed
username: username: to_be_changed
password: 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 # 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