linkerd2-proxy/proxy
Oliver Gould 6bcc8b25fb Move `Counter` and `Gauge` to their own modules (#861)
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
2018-04-26 16:49:37 -07:00
..
convert Prepare for the v0.3.0 release (#406) 2018-02-21 11:14:11 -08:00
futures-mpsc-lossy Prepare for the v0.3.0 release (#406) 2018-02-21 11:14:11 -08:00
router Proxy: Upgrade h2 and indexmap crates (#572) 2018-03-14 12:35:38 -07:00
src Move `Counter` and `Gauge` to their own modules (#861) 2018-04-26 16:49:37 -07:00
tests Introduce the `peer` label to transport metrics (#848) 2018-04-25 14:06:33 -07:00
Cargo.toml Proxy: Use trust-dns-resolver for DNS. (#834) 2018-04-25 10:04:49 -10:00