Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Trace ¶
Trace encapsulates begin and end can be called like: defer trace.Trace(context.Background(), "operation name").Finish()
func Tracef ¶
func Tracef(ctx context.Context, format string, a ...interface{}) (opentracing.Span, context.Context)
Tracef encapsulates begin and end can be called like: defer trace.Tracef(context.Background(), "operation name %s", param).Finish() Like Trace but takes a format string and parameters.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.