Do local install

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2023-08-16 17:14:44 +01:00
parent 1b3b89df42
commit 70312c135d

View File

@ -9,31 +9,31 @@ clusterName: "meta-monitoring"
# 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:
logs: logs:
enabled: false enabled: true
metrics: metrics:
enabled: false enabled: true
traces: traces:
enabled: false enabled: true
minio: 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 # Set to true to write logs, metrics or traces to Grafana Cloud
cloud: cloud:
logs: logs:
enabled: true enabled: false
endpoint: CHANGEME endpoint:
username: CHANGEME username:
password: CHANGEME password:
metrics: metrics:
enabled: true enabled: false
endpoint: CHANGEME endpoint:
username: CHANGEME username:
password: CHANGEME password:
traces: traces:
enabled: true enabled: false
endpoint: CHANGEME endpoint:
username: CHANGEME username:
password: CHANGEME password:
# 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