Struct opentelemetry_otlp::OtlpLogPipeline
source · pub struct OtlpLogPipeline<EB> { /* private fields */ }
Available on crate feature
logs
only.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