Skip to content

Commit

Permalink
proxy: v2.123.0 (#5301)
Browse files Browse the repository at this point in the history
This release removes a potential panic: it was assumed that looking up a
socket's peer address was infallible, but in practice this call can
fail when a host is under high load. Now these failures only impact the
connection-level task and not the whole proxy proces.

Also, the `process_cpu_seconds_total` metric is now exposed as a float
so that its value may include fractional seconds with 10ms granularity.

---

* io: Make peer_addr fallible (linkerd/linkerd2-proxy#755)
* metrics: Expose process_cpu_seconds_total as a float (linkerd/linkerd2-proxy#754)
  • Loading branch information
olix0r authored and alpeb committed Dec 1, 2020
1 parent 6945b88 commit 7994432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .proxy-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.122.0
v2.123.0

0 comments on commit 7994432

Please sign in to comment.