Skip to content

Commit 64eaee8

Browse files
akvanharrghetia
authored andcommitted
fix typo in othttp handler (#321)
1 parent ee87858 commit 64eaee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/othttp/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func WithMessageEvents(events ...event) Option {
130130
func NewHandler(handler http.Handler, operation string, opts ...Option) http.Handler {
131131
h := Handler{handler: handler, operation: operation}
132132
defaultOpts := []Option{
133-
WithTracer(global.TraceProvider().GetTracer("go.opentelemtry.io/plugin/othttp")),
133+
WithTracer(global.TraceProvider().GetTracer("go.opentelemetry.io/plugin/othttp")),
134134
WithPropagator(prop.HTTPTraceContextPropagator{}),
135135
WithSpanOptions(trace.WithSpanKind(trace.SpanKindServer)),
136136
}

0 commit comments

Comments
 (0)