The Decanter JMX collector is now able to filter (exclude) MBeans to collect.
It would be better to improve the way to include/exclude MBeans and attributes, including regex support.
I'm thinking about something like:
include=MBean_ObjectName1,MBean_ObjectName2:attribute,attribute,
exclude=MBean_ObjectName1,MBean_ObjectName2:attribute,attribute
The Decanter JMX collector is now able to filter (exclude) MBeans to collect.
It would be better to improve the way to include/exclude MBeans and attributes, including regex support.
I'm thinking about something like: