public abstract static class OpenRcaServiceGrpc.OpenRcaServiceImplBase extends Object implements io.grpc.BindableService
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.
| Constructor and Description |
|---|
OpenRcaServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
streamCoreMetrics(OrcaLoadReportRequest request,
io.grpc.stub.StreamObserver<OrcaLoadReport> responseObserver) |
public void streamCoreMetrics(OrcaLoadReportRequest request, io.grpc.stub.StreamObserver<OrcaLoadReport> responseObserver)
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2018–2021 The Envoy Project. All rights reserved.