public abstract static class MetricsServiceGrpc.MetricsServiceImplBase extends Object implements io.grpc.BindableService
Service that can be used to push metrics between one Application instrumented with OpenCensus and an agent, or between an agent and a central collector.
| Constructor and Description |
|---|
MetricsServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.grpc.stub.StreamObserver<ExportMetricsServiceRequest> |
export(io.grpc.stub.StreamObserver<ExportMetricsServiceResponse> responseObserver)
For performance reasons, it is recommended to keep this RPC
alive for the entire life of the application.
|
public io.grpc.stub.StreamObserver<ExportMetricsServiceRequest> export(io.grpc.stub.StreamObserver<ExportMetricsServiceResponse> responseObserver)
For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService