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 0462369 commit b6b9971Copy full SHA for b6b9971
opentelemetry-otlp/src/exporter/mod.rs
@@ -185,7 +185,7 @@ fn default_headers() -> std::collections::HashMap<String, String> {
185
let mut headers = std::collections::HashMap::new();
186
headers.insert(
187
"User-Agent".to_string(),
188
- format!("OTel OTLP Exporter Rust/{}", env!("CARGO_PKG_VERSION")),
+ format!("OTel-OTLP-Exporter-Rust/{}", env!("CARGO_PKG_VERSION")),
189
);
190
headers
191
}
0 commit comments