Skip to content

Commit

Permalink
feat: update prometheus redis monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
samwang0723 committed Jun 2, 2024
1 parent 1fc51a7 commit e083ea5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions deployment/helm/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ tls:
metrics:
## @param metrics.enabled Start a sidecar prometheus exporter to expose Redis® metrics
##
enabled: false
enabled: true
## Bitnami Redis® Exporter image
## ref: https://hub.docker.com/r/bitnami/redis-exporter/tags/
## @param metrics.image.registry Redis® Exporter image registry
Expand Down Expand Up @@ -1620,7 +1620,7 @@ metrics:
serviceMonitor:
## @param metrics.serviceMonitor.enabled Create ServiceMonitor resource(s) for scraping metrics using PrometheusOperator
##
enabled: false
enabled: true
## @param metrics.serviceMonitor.namespace The namespace in which the ServiceMonitor will be created
##
namespace: ""
Expand All @@ -1629,7 +1629,7 @@ metrics:
interval: 30s
## @param metrics.serviceMonitor.scrapeTimeout The timeout after which the scrape is ended
##
scrapeTimeout: ""
scrapeTimeout: 10s
## @param metrics.serviceMonitor.relabellings Metrics RelabelConfigs to apply to samples before scraping.
##
relabellings: []
Expand All @@ -1641,7 +1641,8 @@ metrics:
honorLabels: false
## @param metrics.serviceMonitor.additionalLabels Additional labels that can be used so ServiceMonitor resource(s) can be discovered by Prometheus
##
additionalLabels: {}
additionalLabels:
release: prometheus
## @param metrics.serviceMonitor.podTargetLabels Labels from the Kubernetes pod to be transferred to the created metrics
##
podTargetLabels: []
Expand Down

0 comments on commit e083ea5

Please sign in to comment.