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 bfc7653 commit 1e96799Copy full SHA for 1e96799
crates/stackable-telemetry/src/tracing/mod.rs
@@ -775,11 +775,11 @@ pub struct TelemetryOptions {
775
)]
776
pub file_log_rotation_period: Option<RotationPeriod>,
777
778
- /// Enable exporting OTEL traces via OTLP.
+ /// Enable exporting OpenTelemetry traces via OTLP.
779
#[cfg_attr(feature = "clap", arg(long, env))]
780
pub otel_trace_exporter_enabled: bool,
781
782
- /// Enable exporting OTEL logs via OTLP.
+ /// Enable exporting OpenTelemetry logs via OTLP.
783
784
pub otel_log_exporter_enabled: bool,
785
}
0 commit comments