-
Notifications
You must be signed in to change notification settings - Fork 269
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
Implement number of HTTP frames metric #3044
Conversation
@nerodono, it seems some test can be added to |
…esponses Signed-off-by: Aleksandr Fedotov <[email protected]>
Signed-off-by: Aleksandr Fedotov <[email protected]>
3467567
to
5863a73
Compare
@olix0r, could you look at this PR? |
Thanks for submitting this. There is work in flight (planned to merge soon) that will add route metrics. My preference would be to add this functionality here so that we can include parent/route/backend labels on these metrics. I'll update this PR when that is available. |
Is there any news regarding this? I really don't want to live on a fork =( |
The first version of it has merged but it's not in a place where the frame metrics are really setup. We, coincidentally, had some reports of issues related to applications sending many very small frames, and so I'm planning to introduce a per-route data_size histogram so we can understand both the count of data frames transiting the proxy as well as a rough distribution of their sizes. This work was slightly delayed by some travel, etc. (so please excuse the silence), but it is actively being worked on as of this week. I'll update here when there is something to show. |
It sounds very useful, actually! Which GH issue is related to this work? |
@olix0r, Hi there! Any updates? I'm eagerly looking forward to the chance to start using the metrics! |
I noticed this pull request has been open for a few months without any updates. Given that active development is ongoing in the repository, could you please take a look and provide feedback or consider merging it? It seems like it could benefit the project. Thank you for your attention! |
hi there @jazvit! the metrics that @olix0r should be landing shortly, and included in the next #3334 should be up for review shortly, which introduces an equivalent thank you for patience while we've gotten these implemented. 🙂 |
This feature is implemented in recent edge releases (edge-24.11.6+)! Thanks for your patience. |
Implements metric described in linkerd/linkerd2#12319