Skip to content
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

open telemetry integration #117

Open
wirowka opened this issue Jan 20, 2025 · 1 comment
Open

open telemetry integration #117

wirowka opened this issue Jan 20, 2025 · 1 comment

Comments

@wirowka
Copy link

wirowka commented Jan 20, 2025

hi All
Is there any way to get OpenTelemetry traces similar to what @ibmmqmet described in:
https://marketaylor.synology.me/?p=1674
from spring?
We do use:

  • spring boot 3.2.2
  • com.ibm.mq:mq-jms-spring-boot-starter:3.1.2
  • java 21
  • open telemetry from Elastic (1.1):
    • opentelemetry-javaagent: 2.10.0
    • opentelemetry-sdk: 1.44.1
    • opentelemetry-semconv: 1.28.0
    • opentelemetry-java-contrib: 1.40.0

The setup works fine for other applications, but JMS connectors we wrote (e.g.: for IBM MQ) using this spring library does not produce anything.

Many thanks in advance for help

@ibmmqmet
Copy link
Collaborator

The putget application used as the config example in that article IS a Spring Boot application which has been built as a fat jar using version 3.3.5 of this starter.

There's no explicit use of OTel within the app, as it says. Just the opentelemetry-javagent at startup which has all the sdk etc embedded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants