Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { Opts // contains filtered or unexported fields }
Component is an application building block.
func NewComponent ¶
NewComponent returns ready to use Tracer component.
type Opts ¶
type Opts struct { Disabled bool ServiceName string Sampler SamplerOpts Reporter ReporterOpts }
Opts describes settings for Tracer component.
type ReporterOpts ¶
type SamplerOpts ¶
Click to show internal directories.
Click to hide internal directories.