-
From https://github.com/open-telemetry/opentelemetry-java-contrib/pull/4#discussion_r475331945 and similar discussions, a standardized MBean object and attribute specification format should be designe…
-
I am trying to export presto JMX metrics to Prometheus using [prometheus JMX exporter](https://github.com/prometheus/jmx_exporter)
Here is my jvm config
```
-server
-Xmx1G
-XX:-UseBiasedLo…
-
JMX has the port 9404 defined as default in the ["Default port allocations" wiki](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
Should prometheus_jmx_exporter_role use t…
-
I am using v0.7.0
I have 2 jmx files in the folder and jmeter runs for both and shows the logs
But the reports folder gets overridden for each jmx file run and by the end the uploaded artifact conta…
-
Java 9 introduced [some significant optimizations to String concatenation](https://openjdk.org/jeps/280) that should improve the performance of jmx_exporter considerably, since it does a lot of String…
-
## Steps to reproduce
1. Deploy the Spark K8s bundle with `cos-integration` overlay.
2. Observe the status of Spark History Server. The charm fails with the following error:
```
Traceback (m…
-
Is there any way I could set the JMX port where CMAK tries to connect? By default it is 9099 and I have not found a way to change this.
-
Using docker image kafkamanager/kafka-manager:2.0.0.2. General operations work ok, but unable to connect to JXM to get metrics. Error in logs:
2020-01-09 08:16:30,657 - [ERROR] k.m.a.c.BrokerViewCa…
-
Is it possible to specify the JMX ports for every broker and add multiple ones?
We have multiple active JMX ports on our broker, but kafka-manager only shows the highest portnumber (9999 and ignores 9…
-
```
export JAVA_OPTS="-Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.port=9090
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Djava…