-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jmx receiver: migration plan to use jmx-scraper #37469
Labels
receiver/jmx
JMX Receiver
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
songy23
pushed a commit
that referenced
this issue
Jan 24, 2025
chengchuanpeng
pushed a commit
to chengchuanpeng/opentelemetry-collector-contrib
that referenced
this issue
Jan 26, 2025
) Proposing to take the position of codeowner of the jmxreceiver with @atoulme. Next planned features open-telemetry#37469
24 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
receiver/jmx
Describe the issue you're reporting
This relates to #34825.
The path we took to implement this involved the creation of a new jmx-scraper artifact which is now published in maven central with version 1.46.0 of java contrib.
The next step is to allow users of
jmxreceiver
to start using it.On the collector/jmxreceiver side @rogercoll is likely to handle most of the contributions, on the java side @SylvainJuge and @robsunday can help with testing and implementation details of jmx-scraper.
Steps
1) Provide the ability to use jmx-scraper with jmxreceiver
2) Add an option to allow using custom metric definitions yaml files:
This is a new feature that wasn't previously available with jmx-gatherer because it relied on groovy scripts which could lead to code execution.
This depends on aligning the config name + using multiple custom yaml files (in jmx-scraper):
Future steps: providing ability to select which variant of metrics definitions to use
Those are here mostly for documentation and to give a glimpse at future direction, they will need to be refined in the future.
The text was updated successfully, but these errors were encountered: