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 52604ef commit 5ca9ef6Copy full SHA for 5ca9ef6
opentelemetry-sdk/src/trace/sampler.rs
@@ -177,6 +177,7 @@ impl ShouldSample for Sampler {
177
// Also, it is currently *NOT* possible to check suppression mode or
178
// even access current context in the span processor's OnEnd method. See
179
// https://github.com/open-telemetry/opentelemetry-rust/issues/2871
180
+ // TODO: Can we move this even earlier, i.e. in the Tracer itself?
181
// TODO: Check and fix: why this methods gets Option<&Context> and not
182
// Context?
183
if let Some(parent_context) = parent_context {
0 commit comments