Replies: 2 comments 7 replies
-
/cc @brunobat (opentelemetry), @radcortez (opentelemetry) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not currently. The request and response bodies are not part of the semantic conventions for capturing HTTP information: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md. We discussed some time ago, about allowing the user to provide extractors to customize the trace information. Right now, the only way is to manually inject the |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way in an OpenTelemetry trace to capture the request/response body of an HTTP call? It seems that other things are already being captured on both the client & server side of a call. Is there a way I could capture the json of the response?
Beta Was this translation helpful? Give feedback.
All reactions