Replies: 1 comment
-
opentelemetry-jmx-metrics.jar version:1.32.0 successed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new here, and I want to start a jmx receiver to otel, but something wrong about starting up by docker.
docker run -v $(pwd)/otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml -v $(pwd)/opentelemetry-jmx-metrics.jar:/usr/local/opentelemetry-jmx-metrics.jar otel/opentelemetry-collector-contrib:latest
I can trigger by executing jar
java -Dotel.jmx.property=value -jar opentelemetry-jmx-metrics.jar -config ./session.properties
I don't know what's wrong with me? Any help?
Beta Was this translation helpful? Give feedback.
All reactions