-
Notifications
You must be signed in to change notification settings - Fork 157
Add ibm-mq-metrics #1960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add ibm-mq-metrics #1960
Conversation
❌ The result from spotlessApply could not be committed to the PR branch, see logs: https://github.com/open-telemetry/opentelemetry-java-contrib/actions/runs/15645359085. |
🔧 The result from spotlessApply was committed to the PR branch. |
🔧 The result from spotlessApply was committed to the PR branch. |
🔧 The result from spotlessApply was committed to the PR branch. |
🔧 The result from spotlessApply was committed to the PR branch. |
This is the first part of #1941. It adds a new component called
ibm-mq-metrics
which provides a runnable utility that can fetch metrics from IBM MQ series and emit them as otel metrics. It is based on https://github.com/signalfx/opentelemetry-ibm-mq-monitoring. This code is alpha quality.There are a few pieces that are still missing from this PR:
golden
image only being available in a splunk registry (see #40721 for more info)integrationTest
target. This requires running the ibm mq server as a docker container, which is not yet included.