Class 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 Detail

      • LogsServiceImplBase

        public LogsServiceImplBase()
    • 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:
        bindService in interface io.grpc.BindableService