posix4e / rust-metrics

Multi reporter metrics library (carbon, graphite, postgresql, prometheus)
Other
99 stars 19 forks source link

Add remove to prometheus reporter #66

Closed eb4890 closed 7 years ago

eb4890 commented 7 years ago

This is the first step of adding remove to prometheus reporter. We need to release a new version of this and then I'll bump the version referenced by the core metrics (or we could switch to lazily referencing the crate via path, it depends how much refactoring you expect).

I've got the code ready to use it, once this is merged.

As suggested before I switched over to using a hash for the LRUCache.

posix4e commented 7 years ago

thanks for the patch