In preparation for a larger metrics refactor, this change splits the Counter and Gauge types into their own modules. Furthermore, this makes the minor change to these types: incr() and decr() no longer return `self`. We were not actually ever using the returned self references, and I find the unit return type to more obviously indicate the side-effecty-ness of these calls. #smpfy |
||
---|---|---|
.github | ||
proxy | ||
CONTRIBUTING.md | ||
Cargo.lock | ||
Cargo.toml | ||
DCO | ||
LICENSE |