public static interface MetricsService.Interface
| Modifier and Type | Method and Description |
|---|---|
void |
streamMetrics(com.google.protobuf.RpcController controller,
StreamMetricsMessage request,
com.google.protobuf.RpcCallback<StreamMetricsResponse> done)
Envoy will connect and send StreamMetricsMessage messages forever.
|
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.v3.StreamMetricsMessage) returns (.envoy.service.metrics.v3.StreamMetricsResponse);Copyright © 2018–2021 The Envoy Project. All rights reserved.