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
We have Springboot applications for which we enabled "request level" tracing based on a HTTP request header (Uses DynamicThresholdFilter). In other words, if a header (e.g. X-Trace-Level) is present, that request runs with debug enabled.
Now we are implementing Open Telemetry and thinking that it would be nice to propagate the trace level flag to all the services used by the original request.
Does OpenTelemetry include flags to tell the receiving application to run in debug? I wonder if we should look at extending the tracestate header, or configure the framework to propagate our own header (X-Trace-Level)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have Springboot applications for which we enabled "request level" tracing based on a HTTP request header (Uses DynamicThresholdFilter). In other words, if a header (e.g. X-Trace-Level) is present, that request runs with debug enabled.
Now we are implementing Open Telemetry and thinking that it would be nice to propagate the trace level flag to all the services used by the original request.
Does OpenTelemetry include flags to tell the receiving application to run in debug? I wonder if we should look at extending the tracestate header, or configure the framework to propagate our own header (X-Trace-Level)
Beta Was this translation helpful? Give feedback.
All reactions