We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
span_processors
1 parent 1ee8b61 commit 683ec99Copy full SHA for 683ec99
opentelemetry-sdk/src/trace/provider.rs
@@ -62,7 +62,7 @@ impl TracerProvider {
62
}
63
64
/// Span processors associated with this provider
65
- pub fn span_processors(&self) -> &[Box<dyn SpanProcessor>] {
+ pub(crate) fn span_processors(&self) -> &[Box<dyn SpanProcessor>] {
66
&self.inner.processors
67
68
0 commit comments