-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[wsm-bridge] Dashboard with health metrics #9584
Conversation
b447202
to
a490f79
Compare
@geropl Thanks for the review.
The y-axis is dynamic, so when there's actual data that would reach the
Fair. I guess we already have an inconcistency in the code where we don't really use the |
Ok! So far we used static axes containing all buckets AFAIK. Maybe that would prevent this kind of confusion...?
That's the mismatch I wanted to get at. ws-manager-bridge knows both concepts, it's just that an individual bridge only cares about "writeToDB". |
IMO, this is not desirable as it massively stretches the y-axis to the point where you can't really make out blips in the latency. In this format, any case where the latency goes to Inf, you'll see massive spike anyway, but for the normal run case, you get better detail of the units on the y-axis. How about we try this and if it doesn't work we change it?
Fair. This ultimately depends on who the consumer of the dashboard is. Right now, it's used by our team but also outside teams. For this use-case, we should then go with For a more detailed dashboard intended to be used by our team only (more granual metrics) it'd probs be better to use I'll use governing in this dashboard. I'll also do a follow-up to the metric to change the label to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for refining the title! 🙏
Description
Adds the following:
You can see how the dashboard looks before this change here
Related Issue(s)
How to test
Release Notes
Documentation
NONE