opentelemetry_otlp

Trait HasExportConfig

Source
pub trait HasExportConfig {
    // Required method
    fn export_config(&mut self) -> &mut ExportConfig;
}
Expand description

Provide access to the ExportConfig field within the exporter builders.

Required Methods§

Source

fn export_config(&mut self) -> &mut ExportConfig

Return a mutable reference to the ExportConfig within the exporter builders.

Implementors§

Source§

impl HasExportConfig for HttpExporterBuilder

Available on crate features http-proto or http-json only.

Provide ExportConfig access to the HttpExporterBuilder.

Source§

impl HasExportConfig for TonicExporterBuilder

Available on crate feature grpc-tonic only.

Provide ExportConfig access to the TonicExporterBuilder.