Package io.grpc.xds.orca


package io.grpc.xds.orca
  • Class
    Description
    A ServerInterceptor that intercepts a ServerCall by running server-side RPC handling under a Context that records custom per-request metrics provided by server applications and sends to client side along with the response in the format of Open Request Cost Aggregation (ORCA).
    Utility class that provides method for LoadBalancer to install listeners to receive out-of-band backend metrics in the format of Open Request Cost Aggregation (ORCA).
    The listener interface for receiving out-of-band ORCA reports from backends.
    Configuration for out-of-band ORCA reporting service RPC.
     
    Utility class that provides method for LoadBalancer to install listeners to receive per-request backend cost metrics in the format of Open Request Cost Aggregation (ORCA).
    The listener interface for receiving per-request ORCA reports from backends.
    Implements a BindableService that generates Out-Of-Band server metrics.