Filter out directly registered metrics
Jmx_exporter has a list of directly registered metrics:
Is it possible to instruct jmxexporter to skip certain values inside a composite attribute?
I’m using jmxexporter to get the metrics from JMX MBean tableau.health.jmx:name=vizqlservice
which has a composite attribute called PerformanceMetrics
, this composite attribute has hundreds of attributes inside: ActiveSession
, SessionsInFlightCount
, IdleSessionsIdleCount
, etc.