Categorygithub.com/Azure/go-autorest/tracing
modulepackage
0.6.1
Repository: https://github.com/azure/go-autorest.git
Documentation: pkg.go.dev

# Functions

EndSpan ends a previously started span stored in the context.
IsEnabled returns true if a Tracer has been registered.
NewTransport creates a new instrumenting http.RoundTripper for the registered Tracer.
Register will register the provided Tracer.
StartSpan starts a trace span with the specified name, associating it with the provided context.

# Interfaces

Tracer represents an HTTP tracing facility.