haskell-opentracing-light
haskell-opentracing-light copied to clipboard
Add pluggable samplers
Right now the sampler defaults to 1/1000, unless debug is set. Library users should be able to select from the following sampling algorithms:
- Constant
- Probabilistic (what's there now)
- Rate-Limited