alias OpenTelemetry::Tracer
Overview
Alias. The spec uses TracerProvider
s, which manage Tracer
s,
but which have internal methods and entities like trace_id
and TraceState
and TraceFlags
. Then this library was initially written, I opted for uniformly
consistent naming, but that violates the spec. Future versions will move towards
deprecating the uniform naming, in places where that naming violates the spec.
This is here to start preparing for that transition.
Alias Definition
OpenTelemetry::Trace
Defined in:
trace.crConstant Summary
-
MATCH =
/(?<trace_id>[A-Fa-f0-9]{32})/