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
Currently, we do cast to a OperationType, however this approach will not work in the extended metrics anymore as we use an older version of the class in agent-common. This causes major compactions to be filtered out from metrics due to a IllegalArgumentException (this Exception is not printed in the logs).
In 5.0.2, we need a newer version or we need to simply do this filtering through some string handling to get what we want.
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: MAPI-74
The text was updated successfully, but these errors were encountered:
* [CHANGE] [#556](#556) Update Management API dependencies to address CVEs
* [CHANGE] [#547](#547) Deprecate Cassandra 3.11 support
* [FEATURE] [#551](#551) Add Cassandra 5.0.2 to the build matrix
* [FEATURE] [#549](#549) Add DSE 6.9.3 to the build matrix
* [ENHANCEMENT] [#552](#552) Improve "liveness" probe implementation
* [BUGFIX] [#553](#553) Fix CassandraTaskExports metric filtering to make it work with 5.0.x Major compactions
* [BUGFIX] [#560](#560) Fix LatencyMetrics bucketing on 4.1 and 5.0 as their reservoir stores the data in microseconds, not nano (unlike 3.11 and 4.0)
* [BUGFIX] [#562](#562) Fix version detection
Currently, we do cast to a OperationType, however this approach will not work in the extended metrics anymore as we use an older version of the class in agent-common. This causes major compactions to be filtered out from metrics due to a IllegalArgumentException (this Exception is not printed in the logs).
In 5.0.2, we need a newer version or we need to simply do this filtering through some string handling to get what we want.
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: MAPI-74
The text was updated successfully, but these errors were encountered: