Install locally by default

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2023-08-18 11:28:47 +01:00
parent 53416e042c
commit faa0015c11

View File

@ -9,28 +9,28 @@ 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: endpoint:
username: username:
password: password:
metrics: metrics:
enabled: true enabled: false
endpoint: endpoint:
username: username:
password: password:
traces: traces:
enabled: true enabled: false
endpoint: endpoint:
username: username:
password: password: