Skip to content

Commit

Permalink
add dynatrace-rabbitmq-prom svc
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh3460 committed Mar 13, 2024
1 parent 74fa6d5 commit b579ba0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion compare/prom-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,20 @@ spec:
selector:
app.kubernetes.io/name: prometheus
operator.prometheus.io/name: prometheus-stack-kube-prom-prometheus
clusterIP: None
---
kind: Service
apiVersion: v1
metadata:
name: dynatrace-rabbitmq-prom
namespace: robot-shop
annotations:
metrics.dynatrace.com/port: '15692'
metrics.dynatrace.com/scrape: 'true'
metrics.dynatrace.com/secure: 'false'
metrics.dynatrace.com/path: '/metrics'
spec:
ports:
- name: prometheus
port: 9091
selector:
app.kubernetes.io/name: rabbitmq

0 comments on commit b579ba0

Please sign in to comment.