linkerd2-proxy/metrics
Oliver Gould 8a9a9bf26b
Move telemetry::metrics into dedicated crate (#84)
The `metrics!` macro is currently local to the telemetry module.
Furthermore, the `telemetry::metrics` module no longer has
proxy-specific logic.

This change moves the `telemetry::metrics` module into a new crate,
`linkerd2_metrics`.

This will enable unifying `telemetry::http` and `telemetry::transport`
into `http` and `transport`, respectively.
2018-08-24 14:53:53 -07:00
..
src Move telemetry::metrics into dedicated crate (#84) 2018-08-24 14:53:53 -07:00
Cargo.toml Move telemetry::metrics into dedicated crate (#84) 2018-08-24 14:53:53 -07:00