opentelemetry-ruby
opentelemetry-ruby copied to clipboard
Support `jaeger_remote` sampling strategy
Added in: https://github.com/open-telemetry/opentelemetry-specification/pull/1791 More info in: https://github.com/open-telemetry/opentelemetry-specification/pull/2222 More info in: https://github.com/open-telemetry/opentelemetry-specification/pull/2246
The jaeger_remote sampling strategy appears to be a sampling strategy that is dictated by a GRPC service that provides sampling details to the tracer.
This may be complicated, and I'm not sure that it should be prioritized without any definitive desire from our users.