Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Name string `toml:"-"`
TracerType string `toml:"tracer_type"`
ServiceName string `toml:"service_name"`
CollectorURL string `toml:"collector_url"`
CollectorUser string `toml:"collector_user"`
CollectorPass string `toml:"collector_pass"`
SampleRate float64 `toml:"sample_rate"`
Tags map[string]string `toml:"tags"`
OmitTagsList []string `toml:"omit_tags"`
StdOutOptions *stdoutopts.Options `toml:"stdout"`
JaegerOptions *jaegeropts.Options `toml:"jaeger"`
OmitTags map[string]bool `toml:"-"`
// contains filtered or unexported fields
}
Options is a Tracing Options collection
func NewOptions ¶
func NewOptions() *Options
NewOptions returns a new *Options with the default values
func (*Options) AttachTagsToSpan ¶
AttachTagsToSpan indicates that Tags should be attached to the span
Click to show internal directories.
Click to hide internal directories.