Trait tremor_otelapis::opentelemetry::proto::collector::logs::v1::logs_service_server::LogsService[][src]

pub trait LogsService: Send + Sync + 'static {
#[must_use]    fn export<'life0, 'async_trait>(
        &'life0 self,
        request: Request<ExportLogsServiceRequest>
    ) -> Pin<Box<dyn Future<Output = Result<Response<ExportLogsServiceResponse>, Status>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Generated trait containing gRPC methods that should be implemented for use with LogsServiceServer.

Required methods

#[must_use]fn export<'life0, 'async_trait>(
    &'life0 self,
    request: Request<ExportLogsServiceRequest>
) -> Pin<Box<dyn Future<Output = Result<Response<ExportLogsServiceResponse>, Status>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.

Loading content...

Implementors

impl LogsService for LogsServiceForwarder[src]

impl LogsService for OtelLogsService[src]

impl LogsService for OtelLogsServiceForwarder[src]

Loading content...