-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The counter metrics about the number of sent/received events in streams #12319
Comments
It sounds like this is more generally asking for gRPC-specific metrics. As far as I understand, it wouldn't be possible for Linkerd to measure this sort of thing arbitrarily at the HTTP-level. We'd have to parse the response bodies to count the number of gRPC messages included in the response, for instance. |
It seems that envoy count frames for this metric. I think it's a reasonable trade-off. Although, I'm not sure it's easy to implement with outdated hyper (0.14). Anyway, will a patch with this metric be considered? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
Linked PR is activity |
The bot's logic is ill-conceived =(. It should be reopened |
What problem are you trying to solve?
Hi, I'm choosing between linkerd (first of all because the proxy is written in Rust, which is lightweight on my tests) and envoy-based solutions for a cluster of GRPC services. My 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?
Maybe
The text was updated successfully, but these errors were encountered: