Trait tremor_otelapis::opentelemetry::proto::collector::trace::v1::trace_service_server::TraceService[][src]

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

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

Required methods

#[must_use]fn export<'life0, 'async_trait>(
    &'life0 self,
    request: Request<ExportTraceServiceRequest>
) -> Pin<Box<dyn Future<Output = Result<Response<ExportTraceServiceResponse>, 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 TraceService for TraceServiceForwarder[src]

impl TraceService for OtelTraceService[src]

Loading content...