We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03e3d3 commit 4451d56Copy full SHA for 4451d56
pkg/querier/queryrange/serialize.go
@@ -25,7 +25,7 @@ func NewSerializeRoundTripper(next queryrangebase.Handler, codec queryrangebase.
25
26
func (rt *serializeRoundTripper) RoundTrip(r *http.Request) (*http.Response, error) {
27
ctx := r.Context()
28
- sp, ctx := opentracing.StartSpanFromContext(ctx, "limitedRoundTripper.do")
+ sp, ctx := opentracing.StartSpanFromContext(ctx, "serializeRoundTripper.do")
29
defer sp.Finish()
30
31
request, err := rt.codec.DecodeRequest(ctx, r, nil)
0 commit comments