userver: tracing::opentelemetry::TraceParentData Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
tracing::opentelemetry::TraceParentData Struct Reference

Detailed Description

Definition at line 12 of file opentelemetry.hpp.

+ Collaboration diagram for tracing::opentelemetry::TraceParentData:

Public Attributes

std::string version
 
std::string trace_id
 
std::string span_id
 
std::string trace_flags
 

Member Data Documentation

◆ span_id

std::string tracing::opentelemetry::TraceParentData::span_id

Definition at line 15 of file opentelemetry.hpp.

◆ trace_flags

std::string tracing::opentelemetry::TraceParentData::trace_flags

Definition at line 16 of file opentelemetry.hpp.

◆ trace_id

std::string tracing::opentelemetry::TraceParentData::trace_id

Definition at line 14 of file opentelemetry.hpp.

◆ version

std::string tracing::opentelemetry::TraceParentData::version

Definition at line 13 of file opentelemetry.hpp.


The documentation for this struct was generated from the following file: