Sherwood Wang

Results 5 comments of Sherwood Wang

Is there any progress on this issue? The span name argument is not quite useful if the instrumentation library cannot be determined.

> During Maintainers meeting on 20-09-2021 @jmacd expressed his opinion that we should move to configuration-time decisions of configuring SDK and/or `Tracers` with the correct `Samplers`: all decisions based on...

> Looks like the API needs to be extended to either configure a new sampler on an existing `Tracer` or to pass the sampler to use to `TracerProvider.getTracer()`. No, `TracerProvider.get()`...

> My old OTEP was about supporting per-Tracer samplers. So those interested might want to look at it for a starting point: [open-telemetry/oteps#186](https://github.com/open-telemetry/oteps/pull/186) > > I've flip flopped on the...

> @sherwoodwang I think sampler should just take the instrumentation library as an argument. For my project, I would be satisfied with both approaches, either adding the dispatching logic to...