API Changes
* `urllib3` is now used as an HTTP client instead of `requests`. This allows for fewer install dependencies and removes install-time LGPL dependencies. See 5 for details.
* Default values for `CountMetric` and `SummaryMetric` class constructors have been removed. Values must now be explicitly specified when constructing any type of metric. See 6 for details.