Skip to content

Commit

Permalink
Fix for #2863 (#2864)
Browse files Browse the repository at this point in the history
Update cassandra/templates/cassandra-statefulset to use `monitored-resource-type-prefix`
  • Loading branch information
VardhanThigle authored Jan 21, 2025
1 parent 69333ea commit 51b1637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
- --source=cassandra:http://localhost:9404/metrics
- --pod-id=$(POD_NAME)
- --namespace-id=$(POD_NAMESPACE)
- --monitored-resource-types=k8s
- --monitored-resource-type-prefix=k8s_
env:
- name: POD_NAME
valueFrom:
Expand Down

0 comments on commit 51b1637

Please sign in to comment.