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 (18,974 stars) (2,326 forks)batch import
help wanted

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