Evan Rittenhouse
Evan Rittenhouse
Tests for internal services pass when using this commit
The h3i client currently doesn't have any tests to check parsing. We can set up an integration test harness that has qlog files which we test against - that way,...
This adds an API for automatically tracking span durations with a `TimeHistogram`. The durations are stored regardless of if the underlying span is sampled.
A very common use case for traces is understanding how long specific functions take. It'd be interesting if we could make that queryable for more fine-grained visibility into how services...
### What does this PR do? There are two core changes to how we use inotify itself: 1. Register IN_MODIFY interest when watching a directory. This gives access to `change`...