Base class for propagating trace context information in headers. More...
#include <userver/clients/http/request_tracing_editor.hpp>
#include <userver/clients/http/response.hpp>
#include <userver/tracing/span.hpp>
#include <userver/tracing/span_builder.hpp>
Go to the source code of this file.
Classes | |
class | tracing::TracingManagerBase |
Base class for propagating trace context information in headers. More... | |
class | tracing::DefaultTracingManager |
Used as default tracing manager. Provides methods for working with usual Yandex.Taxi tracing headers. More... | |
Namespaces | |
namespace | server::http |
Server parts of the HTTP protocol implementation. | |
namespace | tracing |
Opentracing support. | |
Variables | |
const DefaultTracingManager | tracing::kDefaultTracingManager |
Base class for propagating trace context information in headers.
Definition in file manager.hpp.