-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Labels
Description
Related to #1362.
See also this issue in the collector-contrib repo: open-telemetry/opentelemetry-collector-contrib#41270
Some users want to run the jolokia agent, which can expose mbeans and jmx metrics over http+json. Right now, I think that the jmx-scraper really only supports the java standard rmi connector, so it could be helpful if the scraper was able to do its scraping via http, specifically targeting the jolokia endpoints.
I suspect the implementation isn't too bad, but I'm not sure how often the jolokia wire format changes or how much of a long-term maintenance and testing burden this might be.