opentelemetry_otlp

Trait HasHttpConfig

source
pub trait HasHttpConfig {
    // Required method
    fn http_client_config(&mut self) -> &mut HttpConfig;
}
Expand description

Expose interface for modifying builder config.

Required Methods§

source

fn http_client_config(&mut self) -> &mut HttpConfig

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

Implementors§

source§

impl HasHttpConfig for HttpExporterBuilder

Expose interface for modifying builder config.