-
I'm using the following Kafka container (as a part of docker-compose.yml)
```yaml
broker:
image: confluentinc/cp-kafka:6.0.1
hostname: broker
container_name: broker
depends_on:
…
-
We don't have any tests that confirm the JMX endpoints we expose are working. As an example, the remote backtrace generation broke in JRuby 9.2.7.0 when we fixed how exception backtraces are created. …
-
When applying the workaround in #4033 and using the fabric8mq-consumer-controller to connect to, the console hangs with this error message:
![](https://i.imgur.com/QDwR78D.png)
The tab cannot be clo…
rhuss updated
9 years ago
-
```
Applies as of r3974
Should be able to use JMX to inspect the service registry.
Open question as to whether it should be possible to manipulate the service
registry through JMX, though.
```
Or…
-
### Component(s)
jmx-metrics
### Is your feature request related to a problem? Please describe.
new to open telemetry and doing some research to see if it is possible to collect some jmx metrics fr…
-
I'm not seeing where you can inject credentials for JMX or truststore/keystore information in the sidecar. Is this supported?
-
@pcwinters How to run jmx file here ?
-
The OpenTelemetry community currently owns two separate JMX metrics implementations.
* The [jmx metrics gatherer](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/jmx-metrics)…
-
When I pass the postman collection file to the conversion I'm getting java level exception.
java -jar Postman2JMX.jar CRUD_Store.postman_collection.JSON my_JMX_file.JMX
-
Hi,
I looks like a cool plugin for pushing jmx metrics. I was also looking for doing something similar in mongoDB source connector and s3 sink connector. Can you please suggest how can I go about cr…