linkerd2-proxy/proxy
Oliver Gould c63f0a1976 proxy: Make each metric type responsible for formatting (#878)
In order to set up for a refactor that removes the `Metric` type, the
`FmtMetric` trait--implemented by `Counter`, `Gauge`, and
`Histogram`--is introduced to push prometheus formatting down into each
type.

With this change, the `Histogram` type now relies on `Counter` (and its
metric formatting) more heavily.
2018-04-30 13:00:21 -07:00
..
benches proxy: Implement benchmarks for telemetry recording (#874) 2018-04-29 12:55:26 -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 proxy: Make each metric type responsible for formatting (#878) 2018-04-30 13:00:21 -07:00
tests proxy: wrap connections in Transport sensor before peeking (#851) 2018-04-27 14:18:23 -07:00
Cargo.toml Proxy: Use trust-dns-resolver for DNS. (#834) 2018-04-25 10:04:49 -10:00