Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NoopTracer ¶
func NoopTracer() opentracing.Tracer
Types ¶
type TracingConfig ¶
type TracingConfig struct { Type TracingProvider `yaml:"type"` Config interface{} `yaml:"config"` }
type TracingProvider ¶
type TracingProvider string
const ( STACKDRIVER TracingProvider = "STACKDRIVER" JAEGER TracingProvider = "JAEGER" ELASTIC_APM TracingProvider = "ELASTIC_APM" LIGHTSTEP TracingProvider = "LIGHTSTEP" )
Click to show internal directories.
Click to hide internal directories.