Aditya Mukerjee
Aditya Mukerjee
#### Summary This is just #830, rebased onto #814 (for the reasons explained in #805) #### Motivation #### Test plan #### Rollout/monitoring/revert plan
#### Summary Use [gotest](https://github.com/rakyll/gotest) (courtesy of @rakyll) for Travis CI builds. Travis CI sometimes flakes because it runs in weird, resource-constrained environments. That's itself an annoyance we should figure out...
#### Summary Allow non-integer values for the Kafka sample rate. This allows us to sample at rates less than 1% (or rates in between integer values). #### Motivation #### Test...
#### Summary On Linux systems, we have access to network performance data at `/proc/softnet_stat`. This allows us to do things like monitor the number of packets we're dropping. This data...
#### Summary If we're encountering an error when recording a span, we want to know about it! This helps us catch situations like dropping spans due to the channel buffer...
- [X] I have searched open and closed issues for duplicates - [X] I am submitting a bug report for existing functionality that does not work as intended - [X]...