Michel Hollands 07f719152e Add local.enabled setting and make it work
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
2023-06-22 13:18:11 +01:00

55 lines
956 B
YAML

namespacesToMonitor:
- loki
- mimir
- tempo
clusterName: "observability" # TODO check if this can be derived
local:
enabled: false
cloud:
enabled: true
logs:
endpoint:
username:
password:
metrics:
endpoint:
username:
password:
# The following are configuration for the dependencies.
# These should not be changed.
loki:
loki:
auth_enabled: false
commonConfig:
replication_factor: 1
storage:
type: 'filesystem'
singleBinary:
replicas: 1
extraArgs: ["-log.level=debug"]
monitoring:
dashboards:
enabled: false
rules:
enabled: false
serviceMonitor:
enabled: false
selfMonitoring:
enabled: false
grafanaAgent:
installOperator: false
lokiCanary:
enabled: false
test:
enabled: false
grafana-agent:
agent:
configMap:
create: false
name: "agent-configmap"
key: 'config.river'
# mimir-distributed: