Base class for propagating trace context information in headers.
More...
#include <userver/tracing/manager.hpp>
Base class for propagating trace context information in headers.
Mostly used by tracing::DefaultTracingManagerLocator.
Definition at line 25 of file manager.hpp.
◆ FillRequestWithTracingContext()
◆ FillResponseWithTracingContext()
◆ TryFillSpanBuilderFromRequest()
Fill SpanBuilder params with actual tracing information extracted from the request. You should build Span with SpanBuilder::Build, after calling this.
- Returns
- Returns bool, that tells us was any of tracing headers used to create new span
Implemented in tracing::DefaultTracingManager.
The documentation for this class was generated from the following file: