k8ssandra / management-api-for-apache-cassandra

RESTful / Secure Management Sidecar for Apache Cassandra
Apache License 2.0
71 stars 51 forks source link

Some jvm_* metrics aren't labelled correctly #415

Closed adejanovski closed 10 months ago

adejanovski commented 11 months ago

JVM metrics aren't labelled with common labels that we apply to all the org_apache_cassandra_metrics* ones such as: cluster, datacenter, rack, pod_name, node_name.

We need all jvm metrics to be labelled appropriately so that we can build consistent dashboards.

### Definition of Done
- [x] `jvm_*` metrics are labelled like the `org_apache_cassandra_metrics` are
adejanovski commented 10 months ago

@burmanm, could you prioritize this so that we can unblock the associated work in the UI? Thanks!