Class MetricsService.Stub

    • Method Detail

      • getChannel

        public com.google.protobuf.RpcChannel getChannel()
      • streamMetrics

        public void streamMetrics​(com.google.protobuf.RpcController controller,
                                  StreamMetricsMessage request,
                                  com.google.protobuf.RpcCallback<StreamMetricsResponse> done)
        Description copied from class: MetricsService
         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);
        Specified by:
        streamMetrics in interface MetricsService.Interface
        Specified by:
        streamMetrics in class MetricsService