We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee87858 commit 64eaee8Copy full SHA for 64eaee8
plugin/othttp/handler.go
@@ -130,7 +130,7 @@ func WithMessageEvents(events ...event) Option {
130
func NewHandler(handler http.Handler, operation string, opts ...Option) http.Handler {
131
h := Handler{handler: handler, operation: operation}
132
defaultOpts := []Option{
133
- WithTracer(global.TraceProvider().GetTracer("go.opentelemtry.io/plugin/othttp")),
+ WithTracer(global.TraceProvider().GetTracer("go.opentelemetry.io/plugin/othttp")),
134
WithPropagator(prop.HTTPTraceContextPropagator{}),
135
WithSpanOptions(trace.WithSpanKind(trace.SpanKindServer)),
136
}
0 commit comments