jaegertracing/jaeger

Storage backends for adaptive sampling

Open

#3,305 opened on Oct 5, 2021

View on GitHub
 (20 comments) (4 reactions) (1 assignee)Go (2,326 forks)batch import
help wanted

Repository metrics

Stars
 (18,974 stars)
PR merge metrics
 (Avg merge 4d 11h) (85 merged PRs in 30d)

Description

Since v1.27 adaptive sampling is supported in the backend, but it only works with Cassandra as the backing store. We need to implement it for other types of stores, e.g.

  • memory-only (for all-in-one) #3335
  • Badger #4834
  • Elasticsearch #5158
  • OpenSearch
  • gRPC remote storage
  • Documentation once all of the above are done

Contributor guide