linkerd2/proxy/tests
Oliver Gould 63fbbd6931
proxy: Parse units with duration configurations (#909)
Configuration values that take durations are currently specified as
time values with no units.  So `600` may mean 600ms in some contexts and
10 minutes in others.

In order to avoid this problem, this change now requires that
configurations provide explicit units for time values such as '600ms' or
10 minutes'.

Fixes #27.
2018-05-08 13:54:12 -07:00
..
support proxy: Upgrade tower dependencies (#892) 2018-05-02 13:40:55 -07:00
discovery.rs proxy: Parse units with duration configurations (#909) 2018-05-08 13:54:12 -07:00
shutdown.rs proxy tests: reduce some boilerplate, improve error information (#833) 2018-04-23 18:01:51 -07:00
telemetry.rs Introduce the `peer` label to transport metrics (#848) 2018-04-25 14:06:33 -07:00
transparency.rs proxy tests: reduce some boilerplate, improve error information (#833) 2018-04-23 18:01:51 -07:00