Class: OpenTelemetry::Trace::Propagation::TraceContext::TraceParent
- Inherits:
-
Object
- Object
- OpenTelemetry::Trace::Propagation::TraceContext::TraceParent
- Defined in:
- lib/instana/instrumentation/active_job.rb
Overview
A TraceParent is an implementation of the W3C trace context specification www.w3.org/TR/trace-context/ Trace::SpanContext
Constant Summary collapse
- REGEXP =
/^(?<version>[A-Fa-f0-9]{2})-(?<trace_id>[A-Fa-f0-9]{32})-(?<span_id>[A-Fa-f0-9]{32})-(?<flags>[A-Fa-f0-9]{2})(?<ignored>-.*)?$/