Skip to content

Commit

Permalink
monitoring for both helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowplum committed Dec 9, 2024
1 parent 9b44e07 commit 0bf808e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions kubernetes/manifests/monitoring/avs-servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ metadata:
release: monitoring-stack # Ensure this matches the Helm release name
spec:
selector:
matchLabels:
app: avs-app-aerospike-vector-search
matchExpressions:
- key: app
operator: In
values:
- avs-app-aerospike-vector-search
- avs-app-update-aerospike-vector-search
namespaceSelector:
matchNames:
- avs
endpoints:
- port: manage-5040
path: /manage/rest/v1/prometheus
interval: 15s
interval: 15s

0 comments on commit 0bf808e

Please sign in to comment.