FEAT(prometheus): enable Loki ServiceMonitor

- Enable Loki ServiceMonitor for Prometheus metrics collection
- Add monitoring configuration
This commit is contained in:
2026-01-04 15:34:39 +09:00
parent c356493707
commit b7ac39d68c

View File

@@ -64,7 +64,7 @@ chunksCache:
resultsCache:
enabled: false
# Disable monitoring components
# Monitoring
monitoring:
selfMonitoring:
enabled: false
@@ -72,6 +72,14 @@ monitoring:
installOperator: false
lokiCanary:
enabled: false
serviceMonitor:
enabled: true
interval: 60s
labels:
release: prometheus
relabelings:
- targetLabel: cluster
replacement: "mayne-cluster"
# Test disabled
test: