apache / apache/karaf-decanter
Improve JMX MBeans and attributes filtering
- Dominant language
- Java
- Stars
- 44
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names the Decanter JMX collector but no files or tests. Start by locating the collector's current MBean exclusion filtering, then compare the proposed include/exclude syntax and regex support with existing behavior. Done means MBeans and attributes can be included or excluded according to the agreed syntax and regex rules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100