opentelemetry_otlp

Trait HasTonicConfig

source
pub trait HasTonicConfig {
    // Required method
    fn tonic_config(&mut self) -> &mut TonicConfig;
}
Expand description

Expose interface for modifying TonicConfig fields within the exporter builders.

Required Methods§

source

fn tonic_config(&mut self) -> &mut TonicConfig

Return a mutable reference to the export config within the exporter builders.

Implementors§

source§

impl HasTonicConfig for TonicExporterBuilder

Expose interface for modifying TonicConfig fields within the TonicExporterBuilder.