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 097dab9 commit e0dd566Copy full SHA for e0dd566
opentelemetry-otlp/src/exporter/mod.rs
@@ -206,7 +206,7 @@ fn default_headers() -> std::collections::HashMap<String, String> {
206
let mut headers = std::collections::HashMap::new();
207
headers.insert(
208
"User-Agent".to_string(),
209
- format!("OTel OTLP Exporter Rust/{}", env!("CARGO_PKG_VERSION")),
+ format!("OTel-OTLP-Exporter-Rust/{}", env!("CARGO_PKG_VERSION")),
210
);
211
headers
212
}
0 commit comments