MCPcopy
hub / github.com/grafana/tempo / instrumentedTransport

Struct instrumentedTransport

tempodb/backend/instrumentation/backend_transports.go:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}, []string{"operation", "status_code"})
21
22type instrumentedTransport struct {
23 observer prometheus.ObserverVec
24 next http.RoundTripper
25}
26
27func NewTransport(next http.RoundTripper) http.RoundTripper {
28 return instrumentedTransport{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected