mirror of https://github.com/linkerd/linkerd2.git
Currently, the proxy records a request's latency as the time between when a request is opened and when its response stream completes. This is not what we intend to record, especially when a response is long-lived. In order to more accurate record latency, we want to track the time at which the first response body frame is received (which is a close approximation of time-to-first-byte). Telemetry aggregation has been changed to use the first-frame time to compute latencies; tests have been updated to exercise this behavior; and the metrics documentation has been updated to reflect this change. Addresses #818 Relates to #980 |
||
---|---|---|
.. | ||
images | ||
README.md | ||
adding-your-service.md | ||
debugging-an-app.md | ||
get-involved.md | ||
getting-started.md | ||
overview.md | ||
prometheus.md | ||
proxy-metrics.md | ||
roadmap.md |
README.md
The documentation here is published at https://conduit.io/docs/ when each version is released. The version of the documentation in GitHub should always match the code in the same branch. For example, when a pull request changes the behavior of a documented feature, the pull request should change the documentation here to match the new behavior.