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 TypeMethodDescriptiondefault voidexport(ExportLogsServiceRequest request, io.grpc.stub.StreamObserver<ExportLogsServiceResponse> responseObserver)
-
Method Details
-
export
default void export(ExportLogsServiceRequest request, io.grpc.stub.StreamObserver<ExportLogsServiceResponse> responseObserver)
-