Class EnvironmentCarrier

Inheritance Relationships

Base Type

  • public opentelemetry::context::propagation::TextMapCarrier

Class Documentation

class EnvironmentCarrier : public opentelemetry::context::propagation::TextMapCarrier

Public Functions

EnvironmentCarrier() noexcept = default
inline explicit EnvironmentCarrier(std::shared_ptr<std::map<std::string, std::string>> env_map) noexcept
inline nostd::string_view Get(nostd::string_view key) const noexcept override
inline void Set(nostd::string_view key, nostd::string_view value) noexcept override