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" GoogleCloud TracingProvider = "GOOGLE_CLOUD" Jaeger TracingProvider = "JAEGER" ElasticAPM TracingProvider = "ELASTIC_APM" Lightstep TracingProvider = "LIGHTSTEP" )
Click to show internal directories.
Click to hide internal directories.