Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // PropagateSpans indicates that spans should be propagated from the client to the Codeinfra service when making API // calls. PropagateSpans bool // IncludeTracingHeader indicates that API calls should include the indicated tracing header contents. TracingHeader string }
TracingOptions describes the set of options available for configuring tracing on a per-request basis.
func OptionsFromContext ¶
OptionsFromContext retrieves any tracing options present in the given context. If no options are present, this function returns the zero value.
Click to show internal directories.
Click to hide internal directories.