Class LogsServiceGrpc.LogsServiceImplBase
- java.lang.Object
-
- io.opentelemetry.proto.collector.logs.v1.LogsServiceGrpc.LogsServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- LogsServiceGrpc
public abstract static class LogsServiceGrpc.LogsServiceImplBase extends Object implements io.grpc.BindableService
Service that can be used to push logs between one Application instrumented with OpenTelemetry and an collector, or between an collector and a central collector (in this case logs are sent/received to/from multiple Applications).
-
-
Constructor Summary
Constructors Constructor Description LogsServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidexport(ExportLogsServiceRequest request, io.grpc.stub.StreamObserver<ExportLogsServiceResponse> responseObserver)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.
-
-
-
Method Detail
-
export
public void export(ExportLogsServiceRequest request, io.grpc.stub.StreamObserver<ExportLogsServiceResponse> responseObserver)
For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-