Doug Hoard
Doug Hoard
1. Not sure I follow "native support for vendor-specific JMX metrics collector jar". Can you elaborate? 2. There have been requests to add scraping multiple endpoints to the standalone exporter,...
Thanks for the clarification! For an application that has a proprietary metrics API that doesn't implement the Prometheus/OpenMetrics exposition format or OTel metrics push, I could see where it **_could_**...
> AFAIU, the Prometheus JMX exporter is single threaded The Prometheus JMX Exporter... - is designed to target a single server - the _HTTP endpoint_ is multi-threaded for both modes...
@bob-tee great catch! This is a documentation issue.
@mimaison Thanks for the PR!
@mimaison Thanks for the PR!
Version 1.9.1 on Ubuntu 24.04 is showing the same behavior.
@suavebajaj The curl output... ``` * connect to 127.0.0.1 port 1099 failed: Connection timed out * Failed to connect to 127.0.0.1 port 1099: Connection timed out ``` ... indicates a...
@suavebajaj Have you tested using the IP address from the machine? ``` curl http://10.16.0.10:1099/metrics ```
@suavebajaj can you provide the JVM options you are using to load the exporter?