We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134927e commit 3561fc6Copy full SHA for 3561fc6
opentelemetry-otlp/src/exporter/mod.rs
@@ -106,7 +106,7 @@ pub enum ExporterBuildError {
106
#[error("feature '{0}' is required to use the compression algorithm '{1}'")]
107
FeatureRequiredForCompressionAlgorithm(&'static str, Compression),
108
109
- /// Unsupported compression algorithm.
+ /// No Http client specified.
110
#[error("no http client specified")]
111
NoHttpClient,
112
0 commit comments