Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ metricsClient
Struct
metricsClient
pkg/tempopb/tempo.pb.go:3974–3976 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3972
}
3973
3974
type
metricsClient
struct
{
3975
cc *grpc.ClientConn
3976
}
3977
3978
func
NewMetricsClient(cc *grpc.ClientConn) MetricsClient {
3979
return
&metricsClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected