Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartRootSpanByContext ¶
Types ¶
type LogrusAdapter ¶
type LogrusAdapter struct { }
func (LogrusAdapter) Error ¶
func (LogrusAdapter) Error(msg string)
Error - logrus adapter for span errors
func (LogrusAdapter) Infof ¶
func (LogrusAdapter) Infof(msg string, args ...interface{})
Infof - logrus adapter for span info logging
type Tracer ¶
type Tracer struct {
// contains filtered or unexported fields
}
Tracer is a wrapper around Jaeger OpenTracing client, used to properly de-initialize jaeger on exit
func New ¶
New instantiates Jaeger opentracing client with default options To override the defaults use environment variables listed here: https://github.com/jaegertracing/jaeger-client-go/blob/master/config/config.go
Click to show internal directories.
Click to hide internal directories.