Trait opentelemetry_otlp::HasExportConfig
source · pub trait HasExportConfig {
// Required method
fn export_config(&mut self) -> &mut ExportConfig;
}
Expand description
Provide access to the export config field within the exporter builders.
Required Methods§
sourcefn export_config(&mut self) -> &mut ExportConfig
fn export_config(&mut self) -> &mut ExportConfig
Return a mutable reference to the export config within the exporter builders.
Implementors§
impl HasExportConfig for GrpcioExporterBuilder
Available on crate feature
grpc-sys
only.impl HasExportConfig for HttpExporterBuilder
Available on crate feature
http-proto
only.impl HasExportConfig for TonicExporterBuilder
Available on crate feature
grpc-tonic
only.