FEAT(prometheus): enable Loki ServiceMonitor
- Enable Loki ServiceMonitor for Prometheus metrics collection - Add monitoring configuration
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user