SigNoz / dashboards

A collection of SigNoz dashboard templates in JSON format for monitoring popular services such as MySQL, MongoDB, APM, JVM, and more. Easily import and customize these dashboards to visualize your application’s performance and metrics with SigNoz.
Apache License 2.0
31 stars 37 forks source link

not showing free disk space on dashboard #77

Open deep-iimjobs opened 1 month ago

deep-iimjobs commented 1 month ago

The dashboard does not show Used Diskspace and Available Diskspace on my dashboard. @pranay01 @prashant-shahi

Berdir commented 1 month ago

There is a table with filesystem information, but it's not a very good overview as it repeats all states and something with the units that it shows is off, haven't figured out what exactly, but it's clearly not correct. I've improved it a bit by filtering it on free state.

a single value panel is tricky because there are going to be multiple filesystems/mountpoints, but could be a graph maybe, with percentage calculation, did that as an alert.

deep-iimjobs commented 1 month ago

@Berdir Thanks for the reply. I agree about the filesystem information being off. I've decided to go with Zabbix as it has a better representation of the matrices out of the box.

srikanthccv commented 2 weeks ago

@Berdir please share which part of it is not correct. I believe it is is more likely a data problem than a panel problem.