Interface MetricsService.Interface
-
- All Known Implementing Classes:
MetricsService.Stub
- Enclosing class:
- MetricsService
public static interface MetricsService.Interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstreamMetrics(com.google.protobuf.RpcController controller, StreamMetricsMessage request, com.google.protobuf.RpcCallback<StreamMetricsResponse> done)Envoy will connect and send StreamMetricsMessage messages forever.
-
-
-
Method Detail
-
streamMetrics
void streamMetrics(com.google.protobuf.RpcController controller, StreamMetricsMessage request, com.google.protobuf.RpcCallback<StreamMetricsResponse> done)Envoy will connect and send StreamMetricsMessage messages forever. It does not expect any response to be sent as nothing would be done in the case of failure.
rpc StreamMetrics(stream .envoy.service.metrics.v2.StreamMetricsMessage) returns (.envoy.service.metrics.v2.StreamMetricsResponse);
-
-