jmx_exporter icon indicating copy to clipboard operation
jmx_exporter copied to clipboard

A process for exposing JMX Beans via HTTP for Prometheus consumption

Results 204 jmx_exporter issues
Sort by recently updated
recently updated
newest added

Docker image version 0.17.0 is returning `jmx_exporter_build_info{version="unknown",name="unknown",} 1.0`, which is breaking our scrape to this metrics. Expected behavior: The same result of 0.16.1 version image `jmx_exporter_build_info{version="0.16.1",name="Prometheus JMX Exporter - Http...

How can I configure the exporter to get the domain name as a label in every runtime metric? As I can see, such information is present in JMX objects: ![image](https://user-images.githubusercontent.com/12033844/183878979-41aa9ce6-4c6a-4d33-b0be-876785153876.png)

theme: configuration
status: waiting on feedback

I created this configuration to allow for our helix deployment to report metrics to prometheus. Figured it would be helpful for other folks as getting it to work was non-trivial.

Hello! We've some requirements to expose metrics in an TLS endpoint. Simple HttpServer added this [constructor](https://github.com/prometheus/client_java/blob/master/simpleclient_httpserver/src/main/java/io/prometheus/client/exporter/HTTPServer.java#L149) in 0.7.0 to allow https server to be passed. If we add conf to...

We have a cluster of 5 brokers which is linked with DR cluster. Want to pull cluster linking metrics.

Hi, I'm unable to fetch the kafka connector and task status metrics. I followed this issue, (https://github.com/prometheus/jmx_exporter/issues/633) and was still not able to get the connector status. I also followed...

type: question
theme: configuration
status: waiting on feedback

Currently, I found the jax_exporter only supports to connect one java process with remote JMX protocol? Could Jmx exporter could enhance server ability to support multi processes?

After some early feedback on the approach. My thought is effectively: - Extract and encapsulate configuration, including the loading of it. In the longer term it could be a nicety...

There's at least two problems this solves: 1. The output buffer of the HTTP threads is held by a strong reference so if there's a lot of metrics (on the...

https://pinot.apache.org https://github.com/apache/incubator-pinot Sample output: ``` # HELP pinot_server_realtime_exceptions_requestDeserialization_MeanRate Attribute exposed for management ("org.apache.pinot.common.metrics"MeanRate) # TYPE pinot_server_realtime_exceptions_requestDeserialization_MeanRate untyped pinot_server_realtime_exceptions_requestDeserialization_MeanRate 0.0 # HELP pinot_server_llcControllerResponse_UploadSuccess_FifteenMinuteRate Attribute exposed for management ("org.apache.pinot.common.metrics"FifteenMinuteRate) # TYPE pinot_server_llcControllerResponse_UploadSuccess_FifteenMinuteRate...