Hello!
Opentracing had a way to force sample a span, by setting 'sampling.priority' tag to 1 we could force sampling of a particular span by a trace ratio sampler.
Looking at this library, there seems to be no equivalent way? A similar discussion in the golang lib suggests using a custom sampler: open-telemetry/opentelemetry-go#2651
Can something like that be done here? Or some other, better way?
Hello!
Opentracing had a way to force sample a span, by setting 'sampling.priority' tag to 1 we could force sampling of a particular span by a trace ratio sampler.
Looking at this library, there seems to be no equivalent way? A similar discussion in the golang lib suggests using a custom sampler: open-telemetry/opentelemetry-go#2651
Can something like that be done here? Or some other, better way?