How to Add K8ssandra in Existing Prometheus Monitoring.
Any supporting documents will help.
1 Like
Hitendra,
We have some documentation that may assist with your integration with an existing Prometheus configuration.
1 Like
@jeffbanks - the documentation is not clear on how to achieve this, it there an example snippet somewhere?
@hitendra - did you manage to figure this out?
Hi @bevan,
You may find some pointers in this doc.
In a nutshell, you need to turn on telemetry for Cassandra (.spec.cassandra.telemetry.prometheus.enabled: true
) and configure Prometheus so that it can discover ServiceMonitors in the namespace where K8ssandra is deployed (how to do this will depend on how your Prometheus is installed).