Class OpenRcaServiceGrpc

java.lang.Object
com.github.xds.service.orca.v3.OpenRcaServiceGrpc

@Generated(value="by gRPC proto compiler (version 1.68.1)", comments="Source: xds/service/orca/v3/orca.proto") public final class OpenRcaServiceGrpc extends Object
 Out-of-band (OOB) load reporting service for the additional load reporting
 agent that does not sit in the request path. Reports are periodically sampled
 with sufficient frequency to provide temporal association with requests.
 OOB reporting compensates the limitation of in-band reporting in revealing
 costs for backends that do not provide a steady stream of telemetry such as
 long running stream operations and zero QPS services. This is a server
 streaming service, client needs to terminate current RPC and initiate
 a new call to change backend reporting frequency.
 
  • Field Details

    • SERVICE_NAME

      public static final String SERVICE_NAME
      See Also:
    • getStreamCoreMetricsMethod

      private static volatile io.grpc.MethodDescriptor<OrcaLoadReportRequest,OrcaLoadReport> getStreamCoreMetricsMethod
    • METHODID_STREAM_CORE_METRICS

      private static final int METHODID_STREAM_CORE_METRICS
      See Also:
    • serviceDescriptor

      private static volatile io.grpc.ServiceDescriptor serviceDescriptor
  • Constructor Details

    • OpenRcaServiceGrpc

      private OpenRcaServiceGrpc()
  • Method Details