Documentation ¶
Overview ¶
Package tracecontext provides encoders and decoders for Stackdriver Trace contexts.
Index ¶
Constants ¶
View Source
const (
// Len represents the length of trace context.
Len = 1 + 1 + traceIDLen + 1 + spanIDLen + 1 + optsLen
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.