You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead of "org\\.apache\\.cassandra\\.metrics\\.\\.(\\w+)\\.(.+)$"
HintsService and ReadCoordination are two metrics that do not have this special case taken care of and as such return incorrect metric naming:
# TYPE org_apache_cassandra_metrics_hints_service_hint_delays_10_244_2_14_7000 summary
# TYPE org_apache_cassandra_metrics_read_coordination_replica_latency_10_244_3_15_7000 summary
The text was updated successfully, but these errors were encountered:
* [FEATURE] [#523](#523) Trust store reload functionality for DSE only (not Cassandra)
* [FEATURE] [#527](#527) Add Cassandra 4.1.6 to the build matrix
* [FEATURE] [#522](#522) Add DSE 6.9.1 to the build matrix
* [FEATURE] [#529](#529) Add DSE 6.9.2 to the build matrix
* [ENHANCEMENT] [#521](#521) Add management-api to Cassandra conf in the Dockerfile, not entrypoint for DSE 6.9, Cassandra 4.1 and Cassandra 5.0. This allows to run the container with readOnlyRootFilesystem.
* [BUGFIX] [#524](#524) Fix HintsService Hint_delays- metrics parsing and ReadCoordination metrics parsing
* [BUGFIX] [#520](#520) Update DSE 6.9.0 dependnecy
* [BUGFIX] [#531](#531) Fix DSE 6.9 UBI image agent loading
As seen in #512 there were metrics which have the IP + port in the metricName part itself, since the formatting had
"org\\.apache\\.cassandra\\.metrics\\.\\.(\\w+)\\.(\\w+)\\.(.+)$"
instead of
"org\\.apache\\.cassandra\\.metrics\\.\\.(\\w+)\\.(.+)$"
HintsService and ReadCoordination are two metrics that do not have this special case taken care of and as such return incorrect metric naming:
The text was updated successfully, but these errors were encountered: