Skip to content

Commit

Permalink
Service monitor updates needed to detect proximus nodes from promtheus
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowplum committed May 28, 2024
1 parent 91631f3 commit a6a5bbf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: proximus-monitor
name: avs-monitor
namespace: monitoring
labels:
release: monitoring-stack # Ensure this matches the Helm release name
spec:
selector:
matchLabels:
app: proximus-gke-aerospike-proximus
app: avs-gke-aerospike-vector-search
namespaceSelector:
matchNames:
- aerospike
- avs
endpoints:
- port: manage-5040
path: /manage/rest/v1/prometheus
Expand Down

0 comments on commit a6a5bbf

Please sign in to comment.