Skip to content
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

[Feature]: Add a toggle button to display delta or unstacked values (what changed since last sample?) #455

Open
gjwebber opened this issue Jan 20, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@gjwebber
Copy link

Describe the feature you would like to see

Let's take the Docker CPU Usage graph as an example. Currently, if there is a spike in usage by one container, it's not always easy to see which one caused it - the whole graph shows the spike. Example:

Example

I'd like to see a button that allows the user to toggle between views - Total usage stacked as we have it today, and individual usage - either current CPU or delta CPU. By delta I mean current sample - previous sample. This will allow the user to see what spiked and by how much.

Describe how you would like to see this feature implemented

As a toggle button, either system-wide or by graph where it makes sense. I think selective per graph makes more sense, as it's only a few where this could be useful - maybe even only Docker CPU Usage.

Describe any alternatives you've considered

No response

@gjwebber gjwebber added the enhancement New feature or request label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant