Closed idleyoungman closed 9 months ago
~@idleyoungman could you add an entry to the unreleased section of the changelog so this fix gets automatically released by the CI? Thanks~ I'll do it since there are some extra chores I will take care before releasing
The native transport metrics MBeans for ActiveTasks, CompletedTasks, and PendingTasks have a attribute named "Value" instead of "Count". This change updates the MBeanAttribute names to match the actual attribute names. The NTR metrics were added in #117.
Counter
-type threadpool metrics use the attribute name "Count", whileGauge<Integer>
-type threadpool metrics use the attribute name "Value":See the JMX test data from apache/cassandra. Note the file is too large to view in GitHub. https://github.com/apache/cassandra/blob/trunk/test/data/jmxdump/cassandra-4.0-jmx.yaml
From a local Cassandra checkout: