LOENS2 / pterodactyl_exporter

Python script that extracts metrics from the Pterodactyl API and provides a metrics endpoint for Prometheus
GNU General Public License v3.0
30 stars 12 forks source link

Update uptime for all servers #31

Closed CodeExplorerX closed 6 months ago

CodeExplorerX commented 6 months ago

My proposal concerns the Dashboard and not the exporter itself. With a large number of servers, it becomes difficult to track Uptime for all servers. So I suggest changing from stat visualization to Bar Gauge. It would also be possible to sort from larger Uptime to smaller.

Before: image

After: image

LOENS2 commented 6 months ago

I added the new dashboard to the Grafana dashbards page and added it to the new release https://github.com/LOENS2/pterodactyl_exporter/releases/tag/1.0.3

CodeExplorerX commented 6 months ago

Thank you!