Class TextMapCarrier¶
Defined in File text_map_propagator.h
Class Documentation¶
-
class
opentelemetry::trace::propagation::TextMapCarrier¶ Public Functions
-
virtual nostd::string_view
Get(nostd::string_view key) const noexcept = 0¶
-
virtual void
Set(nostd::string_view key, nostd::string_view value) noexcept = 0¶
-
virtual nostd::string_view