dask / distributed

A distributed task scheduler for Dask
https://distributed.dask.org
BSD 3-Clause "New" or "Revised" License
1.56k stars 715 forks source link

Add classic line charts #4132

Open deeplook opened 3 years ago

deeplook commented 3 years ago

As nice as the existing dynamic widgets are, in certain cases it would be helpful to have classic line charts instead of the shiny dynamic bar charts. This would allow tracking changes better over time and take a screenshot for documentation. An example use-case is when debugging memory leak issues like described in https://stackoverflow.com/questions/64046973/dask-memory-leakage-issue-with-json-and-requests/64059237#64059237. I have attached the GIF used there here as well.

TomAugspurger commented 3 years ago

Agreed that this would be useful. I don't believe that this information is currently tracked, however. So we would need to collect it before being able to display it.

mrocklin commented 3 years ago

The Bokeh chart itself could also track it if we wanted to.

On Mon, Sep 28, 2020 at 8:45 AM Tom Augspurger notifications@github.com wrote:

Agreed that this would be useful. I don't believe that this information is currently tracked, however. So we would need to collect it before being able to display it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dask/distributed/issues/4132#issuecomment-700114894, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACKZTHMCK2QY4LBXQEO3Q3SICVRPANCNFSM4R4P46HA .