-
Notifications
You must be signed in to change notification settings - Fork 168
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
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. |
3 similar comments
|
🔧 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. |
) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Build a docker image for the golden binary, available as snapshot and release artifact, needed for or after open-telemetry/opentelemetry-java-contrib#1960 is merged <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#40538 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
merge failed, looks like conflict with updating the shadow plugin:
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <[email protected]> Co-authored-by: Lauri Tulmin <[email protected]> (cherry picked from commit 89c1afb)
This is the first part of #1941. It adds a new component called
ibm-mq-metricswhich 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:
goldenimage only being available in a splunk registry (see #40721 for more info)integrationTesttarget. This requires running the ibm mq server as a docker container, which is not yet included.