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 c948ac8 commit a174890Copy full SHA for a174890
opentelemetry-otlp/src/exporter/tonic/mod.rs
@@ -513,7 +513,7 @@ mod tests {
513
run_env_test(
514
vec![
515
(crate::OTEL_EXPORTER_OTLP_TRACES_COMPRESSION, "zstd"),
516
- (super::OTEL_EXPORTER_OTLP_COMPRESSION, "gzip"),
+ (crate::OTEL_EXPORTER_OTLP_COMPRESSION, "gzip"),
517
],
518
|| {
519
let builder = TonicExporterBuilder::default();
@@ -532,7 +532,7 @@ mod tests {
532
533
534
(crate::OTEL_EXPORTER_OTLP_TRACES_COMPRESSION, "gzip"),
535
536
537
538
let builder = TonicExporterBuilder::default().with_compression(Compression::Zstd);
0 commit comments