pub struct OtlpLogPipeline<EB> { /* private fields */ }
Expand description
Recommended configuration for an OTLP exporter pipeline.
Implementations§
Source§impl<EB> OtlpLogPipeline<EB>
impl<EB> OtlpLogPipeline<EB>
Sourcepub fn with_resource(self, resource: Resource) -> Self
pub fn with_resource(self, resource: Resource) -> Self
Set the Resource associated with log provider.
Sourcepub fn with_batch_config(self, batch_config: BatchConfig) -> Self
pub fn with_batch_config(self, batch_config: BatchConfig) -> Self
Set the batch log processor configuration, and it will override the env vars.
Source§impl OtlpLogPipeline<NoExporterConfig>
impl OtlpLogPipeline<NoExporterConfig>
Sourcepub fn with_exporter<B: Into<LogExporterBuilder>>(
self,
pipeline: B,
) -> OtlpLogPipeline<LogExporterBuilder>
pub fn with_exporter<B: Into<LogExporterBuilder>>( self, pipeline: B, ) -> OtlpLogPipeline<LogExporterBuilder>
Set the OTLP log exporter builder.
Source§impl OtlpLogPipeline<LogExporterBuilder>
impl OtlpLogPipeline<LogExporterBuilder>
Sourcepub fn install_simple(self) -> Result<LoggerProvider, LogError>
pub fn install_simple(self) -> Result<LoggerProvider, LogError>
Install the configured log exporter.
Returns a LoggerProvider
.
Sourcepub fn install_batch<R: RuntimeChannel>(
self,
runtime: R,
) -> Result<LoggerProvider, LogError>
pub fn install_batch<R: RuntimeChannel>( self, runtime: R, ) -> Result<LoggerProvider, LogError>
Install the configured log exporter and a batch log processor using the specified runtime.
Returns a LoggerProvider
.
Trait Implementations§
Auto Trait Implementations§
impl<EB> Freeze for OtlpLogPipeline<EB>where
EB: Freeze,
impl<EB> RefUnwindSafe for OtlpLogPipeline<EB>where
EB: RefUnwindSafe,
impl<EB> Send for OtlpLogPipeline<EB>where
EB: Send,
impl<EB> Sync for OtlpLogPipeline<EB>where
EB: Sync,
impl<EB> Unpin for OtlpLogPipeline<EB>where
EB: Unpin,
impl<EB> UnwindSafe for OtlpLogPipeline<EB>where
EB: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request