You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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
The text was updated successfully, but these errors were encountered: