Skip to content

Commit

Permalink
aligned indentation for transport struct
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-filipponi committed Jul 12, 2024
1 parent 41ab60e commit 0f4aa08
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions instrumentation/net/http/otelhttp/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ import (
type Transport struct {
rt http.RoundTripper

tracer trace.Tracer
meter metric.Meter
propagators propagation.TextMapPropagator
spanStartOptions []trace.SpanStartOption
filters []Filter
spanNameFormatter func(string, *http.Request) string
clientTrace func(context.Context) *httptrace.ClientTrace
tracer trace.Tracer
meter metric.Meter
propagators propagation.TextMapPropagator
spanStartOptions []trace.SpanStartOption
filters []Filter
spanNameFormatter func(string, *http.Request) string
clientTrace func(context.Context) *httptrace.ClientTrace
metricAttributesFn func(*http.Request) []attribute.KeyValue

semconv semconv.HTTPClient
Expand Down

0 comments on commit 0f4aa08

Please sign in to comment.