Replies: 1 comment
-
hi @ccoqueiro! capturing http headers is specified, but there's nothing specified (yet) about capturing messaging headers. if you open a discussion or issue over in https://github.com/open-telemetry/opentelemetry-java-instrumentation we can help you further with currently available options. |
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
-
Hey folks!
I saw that we were able to capture all the information that is in the HTTP header in a very simple way, and we capture some by default, and we can add more if we want to add parameters at jvm startup. Now in case of using a messaging system like IBM MQ, fantastically the java agent is able to monitor both the producer and the consumer and also already read some information by default, but I could not identify if it is possible to do as the case of HTTP, I saw that there is a way to capture consumer receive message, but then a question, it’s possible add in a tag the information contained in consumer message?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions