Interface TraceService.Interface

    • Method Detail

      • streamTraces

        void streamTraces​(com.google.protobuf.RpcController controller,
                          StreamTracesMessage request,
                          com.google.protobuf.RpcCallback<StreamTracesResponse> done)
         Envoy will connect and send StreamTracesMessage messages forever. It does
         not expect any response to be sent as nothing would be done in the case
         of failure.
         
        rpc StreamTraces(stream .envoy.service.trace.v2.StreamTracesMessage) returns (.envoy.service.trace.v2.StreamTracesResponse);