-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
ui: Add per-node option to Custom Graphs #23771
ui: Add per-node option to Custom Graphs #23771
Conversation
4108c01
to
8592691
Compare
This is cool — tried locally and it works good 👍 Starting to remind me of honeycomb.io's query editor: The "breakdown" value of 999 seems a little weird; maybe we can wrap aggregation/breakdown in another type? Any thoughts @couchand? Aside: reduces the need for #23733… Maybe we should link from the current graphs to "broken-down" graphs here. |
Capturing in-person discussion: would prefer a separate column with a checkbox that says "per-node" (or something), instead of "breakdown" as an aggregation option with a sentinel value. That'd be more discoverable to users, and gets rid of sentinel value awkwardness. |
8592691
to
bd62bcd
Compare
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.
Love it. LGTM pending lint fixes.
Adds "Per Node" option to custom graphs, which will graph a separate line for every node in the cluster for a given metric. Also fixes a bug where you could not graph multiple lines of the same named metric. Release note: None
bd62bcd
to
b96ab02
Compare
Adds "Breakdown" aggregator option to custom graphs, which will graph a
separate line for every node in the cluster for a given metric.
Also fixes a bug where you could not graph multiple lines of the same
named metric.
Release note: None