kim / opentracing

OpenTracing (https://opentracing.io) for Haskell
Apache License 2.0
40 stars 12 forks source link

Fix clamping of probably for probSampler #30

Closed alexbiehl closed 3 years ago

alexbiehl commented 3 years ago

We are using a slightly modified version of opentracing in production with Honeycomb and GrafanaCloud and are very happy with it so far. Thank you for your efforts!

This PR fixes a small min/max confusion when clamping the sampling probability.

kim commented 3 years ago

Closed via f3ada654049efc3f07a5cef7799626a6be0956d7

kim commented 3 years ago

Thanks!