gitlab.com/gitlab-org/labkit@v1.21.0/tracing/errors.go (about) 1 package tracing 2 3 import ( 4 "fmt" 5 ) 6 7 // ErrConfiguration is returned when the tracer is not properly configured. 8 var ErrConfiguration = fmt.Errorf("tracing is not properly configured")