Skip to content

Commit

Permalink
feat(rabbitmq): updated configuration to support Prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
patsevanton committed Oct 25, 2024
1 parent d59ee07 commit d3e6267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2350,9 +2350,9 @@ rabbitmq:
enabled: false
serviceMonitor:
enabled: false
path: "/metrics/per-object" # https://www.rabbitmq.com/docs/prometheus
path: "/metrics/per-object" # https://www.rabbitmq.com/docs/prometheus
labels:
release: "prometheus-operator" # helm release of kube-prometheus-stack
release: "prometheus-operator" # helm release of kube-prometheus-stack

memcached:
memoryLimit: "2048"
Expand Down

0 comments on commit d3e6267

Please sign in to comment.