Skip to content

Commit

Permalink
Add rabbitmq prometheus scraping job
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Pavlovskiy committed Aug 19, 2023
1 parent d4b70fe commit 09f4b1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .k8s/prod/carres-rmq-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ metadata:
helm.sh/chart: rabbitmq-12.0.10
app.kubernetes.io/instance: rmq
app.kubernetes.io/managed-by: Helm
prometheus.io/path: "/metrics"
prometheus.io/port: "15692"
prometheus.io/scrape: "true"
spec:
type: ClusterIP
sessionAffinity: None
Expand Down

0 comments on commit 09f4b1a

Please sign in to comment.