Use cloud
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
f4934d6007
commit
687c77c0f6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user