Interface LogsServiceGrpc.AsyncService

All Known Implementing Classes:
LogsServiceGrpc.LogsServiceImplBase
Enclosing class:
LogsServiceGrpc

public static interface LogsServiceGrpc.AsyncService
 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).
 
  • Method Summary

    Modifier and Type
    Method
    Description
    default 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.
  • Method Details

    • export

      default 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.