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

Function RegisterMetricsServer

pkg/tempopb/tempo.pb.go:4004–4006  ·  view source on GitHub ↗
(s *grpc.Server, srv MetricsServer)

Source from the content-addressed store, hash-verified

4002}
4003
4004func RegisterMetricsServer(s *grpc.Server, srv MetricsServer) {
4005 s.RegisterService(&_Metrics_serviceDesc, srv)
4006}
4007
4008func _Metrics_QueryRange_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
4009 in := new(QueryRangeRequest)

Callers 1

initLiveStoreMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected