# Functions

DefaultTracer returns the default tracer that has been set with InitDefaultTracer.
Error sets the status to error and record the error as an exception in the provided span.
Errorf wraps fmt.Errorf and also sets the status to error and record the error as an exception in the provided span.
InitDefaultTracer sets the default tracer to the specified value.
No description provided by the author

# Structs

Opts contains settings for the trace provider and tracer setup that can be configured by the plugin developer.