open-telemetry/opentelemetry-ruby-contrib

Support `jaeger_remote` sampling strategy

Aberta

#1.601 aberto em 22 de jul. de 2025

 (3 comentários) (0 reação) (0 responsável)Ruby (252 forks)auto 404
help wantedkeepspec-compliance

Métricas do repositório

Stars
 (135 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Copied from https://github.com/open-telemetry/opentelemetry-ruby/issues/1252

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.

There is some precedence for it with: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/sampler/xray

Guia do colaborador