libhttp/tracer.go

9 lines
180 B
Go

package libhttp
import (
"go.opentelemetry.io/otel"
)
// tracer exists to put a trace in accepts. there is probably a better way to do this.
var tracer = otel.Tracer("libhttp")