We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a98647 commit 825ef3aCopy full SHA for 825ef3a
crates/core/src/otel.rs
@@ -32,6 +32,7 @@ pub struct OtelConfig {
32
/// Overrides the OpenTelemetry endpoint for logs.
33
pub logs_endpoint: Option<String>,
34
/// Determines whether http or grpc will be used for exporting the telemetry.
35
+ #[serde(default)]
36
pub protocol: OtelProtocol,
37
}
38
0 commit comments