You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we use linked (first of all, because the proxy is written in Rust, which is lightweight on my tests), and our primary requirement is excellent telemetry.
We heavily rely on streaming between all our services. However, linkerd doesn't provide any event counter for long-lived streams:
What problem are you trying to solve?
This is a clone of #12319, which was closed (and comments are forbidden) despite open linkerd/linkerd2-proxy#3044.
Hi, we use linked (first of all, because the proxy is written in Rust, which is lightweight on my tests), and our primary requirement is excellent telemetry.
We heavily rely on streaming between all our services. However, linkerd doesn't provide any event counter for long-lived streams:
(no response metrics until the subscription is ended)
In the meantime, envoy provides such statistics, including in the response counter:
How should the problem be solved?
route_request_total
(or another dedicated metric) should calculate the number of events in long-lived streamingAny alternatives you've considered?
How would users interact with this feature?
No response
Would you like to work on this feature?
yes, already: #12319
The text was updated successfully, but these errors were encountered: