public abstract static class LogReportServiceGrpc.LogReportServiceImplBase extends Object implements io.grpc.BindableService
Report collected logs into the OAP backend
| Constructor and Description |
|---|
LogReportServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.grpc.stub.StreamObserver<LogData> |
collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
Recommend to report log data in a stream mode.
|
public io.grpc.stub.StreamObserver<LogData> collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
Recommend to report log data in a stream mode. The service/instance/endpoint of the log could share the previous value if they are not set. Reporting the logs of same service in the batch mode could reduce the network cost.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2022 The Apache Software Foundation. All rights reserved.