Skip to content

Commit 1e96799

Browse files
chore: Update doc comments
Co-authored-by: Nick <[email protected]>
1 parent bfc7653 commit 1e96799

File tree

1 file changed

+2
-2
lines changed
  • crates/stackable-telemetry/src/tracing

1 file changed

+2
-2
lines changed

crates/stackable-telemetry/src/tracing/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,11 +775,11 @@ pub struct TelemetryOptions {
775775
)]
776776
pub file_log_rotation_period: Option<RotationPeriod>,
777777

778-
/// Enable exporting OTEL traces via OTLP.
778+
/// Enable exporting OpenTelemetry traces via OTLP.
779779
#[cfg_attr(feature = "clap", arg(long, env))]
780780
pub otel_trace_exporter_enabled: bool,
781781

782-
/// Enable exporting OTEL logs via OTLP.
782+
/// Enable exporting OpenTelemetry logs via OTLP.
783783
#[cfg_attr(feature = "clap", arg(long, env))]
784784
pub otel_log_exporter_enabled: bool,
785785
}

0 commit comments

Comments
 (0)