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

Struct UnimplementedMetricsServer

pkg/tempopb/tempo.pb.go:3997–3998  ·  view source on GitHub ↗

UnimplementedMetricsServer can be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

3995
3996// UnimplementedMetricsServer can be embedded to have forward compatible implementations.
3997type UnimplementedMetricsServer struct {
3998}
3999
4000func (*UnimplementedMetricsServer) QueryRange(ctx context.Context, req *QueryRangeRequest) (*QueryRangeResponse, error) {
4001 return nil, status.Errorf(codes.Unimplemented, "method QueryRange not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected