Install locally by default
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
53416e042c
commit
faa0015c11
@ -9,28 +9,28 @@ 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
|
||||
enabled: false
|
||||
endpoint:
|
||||
username:
|
||||
password:
|
||||
metrics:
|
||||
enabled: true
|
||||
enabled: false
|
||||
endpoint:
|
||||
username:
|
||||
password:
|
||||
traces:
|
||||
enabled: true
|
||||
enabled: false
|
||||
endpoint:
|
||||
username:
|
||||
password:
|
||||
|
Loading…
x
Reference in New Issue
Block a user