Skip to content

Commit 53d60a3

Browse files
chore: Apply suggestions
Co-authored-by: Siegfried Weber <[email protected]>
1 parent 4d5f055 commit 53d60a3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

crates/stackable-telemetry/src/tracing/settings/otlp_log.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ impl Deref for OtlpLogSettings {
2424
/// For building [`OtlpLogSettings`].
2525
///
2626
/// <div class="warning">
27+
///
2728
/// Do not use directly, instead use the [`Settings::builder`] associated function.
29+
///
2830
/// </div>
2931
pub struct OtlpLogSettingsBuilder {
3032
pub(crate) common_settings: Settings,

crates/stackable-telemetry/src/tracing/settings/otlp_trace.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ impl Deref for OtlpTraceSettings {
2424
/// For building [`OtlpTraceSettings`].
2525
///
2626
/// <div class="warning">
27+
///
2728
/// Do not use directly, instead use the [`Settings::builder`] associated function.
29+
///
2830
/// </div>
2931
pub struct OtlpTraceSettingsBuilder {
3032
pub(crate) common_settings: Settings,

0 commit comments

Comments
 (0)