Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitTracer ¶
func InitTracer(options ...TracerOption) opentracing.Tracer
Types ¶
type DatadogOptions ¶
type DatadogOptions struct {
Service, Env, Port, Host, Version string
}
type TracerOption ¶
type TracerOption func(opentracing.Tracer) opentracing.Tracer
func WithDatadog ¶
func WithDatadog(log hclog.Logger, options *DatadogOptions) TracerOption
func WithJaeger ¶
func WithJaeger(name string) TracerOption
Click to show internal directories.
Click to hide internal directories.