- Added the `namespace` kwarg and removed the `statsd` kwarg from the `Collector` constructor. The `statsd` instance used by the Collector can no longer be overridden, but we _add_ the option to override the namespace used by the `statsd` instance.
This update also makes the following minor change:
- Tags are now de-duped in the code. Tags you pass in to `increment, event..` get merged with the collector tags which get merged with the global default tags set by the `init` function. This could almost be considered a bug fix, as I doubt anybody expected that we could send two tags with the same name.