Skip to content

Commit

Permalink
docs(metrics): add release label to haproxy (argoproj#17264)
Browse files Browse the repository at this point in the history
Add missing `release` label to `argocd-redis-haproxy-metrics`
ServiceMonitor example.

Signed-off-by: Gaston Festari <[email protected]>
Signed-off-by: Kevin Lyda <[email protected]>
  • Loading branch information
cilindrox authored and lyda committed Mar 28, 2024
1 parent dfdca91 commit 9d66e44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/operator-manual/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: argocd-redis-haproxy-metrics
labels:
release: prometheus-operator
spec:
selector:
matchLabels:
Expand All @@ -179,7 +181,7 @@ spec:
- port: http-exporter-port
```
For notifications controller, you need to additionally add following:
For notifications controller, you need to additionally add following:
```yaml
apiVersion: monitoring.coreos.com/v1
Expand Down

0 comments on commit 9d66e44

Please sign in to comment.