Skip to content

Commit 9a0099a

Browse files
authored
chore: remove unused (and incorrect!) doc links (#2974)
1 parent c5f9718 commit 9a0099a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

opentelemetry-sdk/src/logs/batch_log_processor.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ type LogsData = Box<(SdkLogRecord, InstrumentationScope)>;
101101
/// cause deadlock. Instead, call `shutdown()` from a separate thread or use
102102
/// tokio's `spawn_blocking`.
103103
///
104-
/// [`shutdown()`]: crate::logs::LoggerProvider::shutdown
105-
/// [`force_flush()`]: crate::logs::LoggerProvider::force_flush
106104
///
107105
/// ### Using a BatchLogProcessor:
108106
///

opentelemetry-sdk/src/trace/span_processor.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,6 @@ enum BatchMessage {
281281
/// cause deadlock. Instead, call `shutdown()` from a separate thread or use
282282
/// tokio's `spawn_blocking`.
283283
///
284-
/// [`shutdown()`]: crate::trace::TracerProvider::shutdown
285-
/// [`force_flush()`]: crate::trace::TracerProvider::force_flush
286284
#[derive(Debug)]
287285
pub struct BatchSpanProcessor {
288286
span_sender: SyncSender<SpanData>, // Data channel to store spans

0 commit comments

Comments
 (0)