Is your feature request related to a problem? Please describe.
Especially when investigating issues related to performance, having access to tracing data for each request (or some percentage) is quite useful.
Describe the solution you'd like
A tracing solution (maybe based on https://opentelemetry.io/) should be integrated into the server. It can propagate the trace context received from HTTP clients and can add custom spans to instrument internal processing steps.
Is your feature request related to a problem? Please describe.
Especially when investigating issues related to performance, having access to tracing data for each request (or some percentage) is quite useful.
Describe the solution you'd like
A tracing solution (maybe based on https://opentelemetry.io/) should be integrated into the server. It can propagate the trace context received from HTTP clients and can add custom spans to instrument internal processing steps.
Describe alternatives you've considered
Additional context