devopsprodigy / kubegraf

Grafana-plugin for k8s' monitoring
MIT License
407 stars 45 forks source link

Turn off Grafana Area Fill for busy line graphs #52

Open 0xVox opened 3 years ago

0xVox commented 3 years ago

Screenshot from 2021-01-06 20-48-24

This is from the DaemonSets dashboard. We run a daemonset on 36 nodes, and due to the "Area Fill" setting being '1' by default, the graph is fairly illegible when being used on larger workflows. This is because each pod in the daemon set has two lines in this case, one for its usage and one for its request.

With Area fill on; the requests, which in this case are higher than our average usage, completely block off the dashboard.

SergeiSporyshev commented 3 years ago

Hi, @0xVox Thanks for your issue

We will disable area filling asap