We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5a587 commit 113f8f3Copy full SHA for 113f8f3
opentelemetry-otlp/src/exporter/mod.rs
@@ -210,6 +210,7 @@ impl<B: HasExportConfig> WithExportConfig for B {
210
}
211
212
213
+#[cfg(any(feature = "grpc-tonic", feature = "http-proto"))]
214
fn url_decode(value: &str) -> Option<String> {
215
let mut result = String::with_capacity(value.len());
216
let mut chars_to_decode = Vec::<u8>::new();
0 commit comments