This message was deleted.
s
This message was deleted.
s
The request (or response) body is not captured. And there are many reasons to not capture. Non-exhaustive reasons 1. the amount of data will grow multifold 2. It will contain sensitive info. 3. It will lead to SDK’s poor performance of the additional overhead this introduces in terms of CPU, memory, and many more. In general practice, the request body is not captured as a part of tracing telemetry. If there is something you are interested in, you would instead make it something like a header and just capture it (that has config options).
e
Thank you @Srikanth Chekuri for he response.
Where to configure these kind of options ?
Plus, I got part of the body captured and the whole one, like only this one
Any way I can configure the rest ?
s
What configuration are you referring to? Can you be more specific?
e
The one you mentioned, where can to find a documentation for this configuration
s
Each instrumentation readme includes the detailed usage here https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node
❤️ 1
e
Will check it, thank you for the help !