We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61efbe3 commit d1b9461Copy full SHA for d1b9461
argocd/argo-cd-service-monitor.yaml
@@ -43,3 +43,18 @@ spec:
43
app.kubernetes.io/name: argocd-repo-server
44
endpoints:
45
- port: metrics
46
+---
47
+apiVersion: monitoring.coreos.com/v1
48
+kind: ServiceMonitor
49
+metadata:
50
+ name: argocd-applicationset-controller-metrics
51
+ annotations:
52
+ argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
53
+ labels:
54
+ prometheusInstance: default
55
+spec:
56
+ selector:
57
+ matchLabels:
58
+ app.kubernetes.io/name: argocd-applicationset-controller
59
+ endpoints:
60
+ - port: metrics
0 commit comments