Skip to content

Commit 683ec99

Browse files
committed
remove span_processors
1 parent 1ee8b61 commit 683ec99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/trace/provider.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl TracerProvider {
6262
}
6363

6464
/// Span processors associated with this provider
65-
pub fn span_processors(&self) -> &[Box<dyn SpanProcessor>] {
65+
pub(crate) fn span_processors(&self) -> &[Box<dyn SpanProcessor>] {
6666
&self.inner.processors
6767
}
6868

0 commit comments

Comments
 (0)