(ctx context.Context, in *QueryRangeRequest, opts ...grpc.CallOption)
| 3969 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. |
| 3970 | type MetricsClient interface { |
| 3971 | QueryRange(ctx context.Context, in *QueryRangeRequest, opts ...grpc.CallOption) (*QueryRangeResponse, error) |
| 3972 | } |
| 3973 | |
| 3974 | type metricsClient struct { |
no outgoing calls