Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libdd-data-pipeline/src/otlp/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pub struct OtlpMetricsConfig {
/// Protocol (for future use; currently only HttpJson is supported).
#[allow(dead_code)]
pub(crate) protocol: OtlpProtocol,
/// When `true`, emit only OTel attributes; omit `dd.*`/`_dd.*` ones
/// (`DD_TRACE_OTEL_SEMANTICS_ENABLED`).
/// Retained for downstream compatibility; OTLP trace metrics ignore this value.
#[allow(dead_code)]
pub otel_trace_semantics_enabled: bool,
Comment thread
mabdinur marked this conversation as resolved.
}
Loading
Loading