The past few days I have been working on a storagenode log exporter to extract all possibly useful information like the amount of Errors and amount of Uploads/Downloads/Deletes/Audits (failed, successful, canceled). [This gets stored in prometheus then]
With this information I’m currently creating a grafana dashboard and would like to get your input.
Currently I think I’d like these information to be shown:
- All information the successrate.sh script provides (audits, ratio of successful/failed up-/downloads, deletes, etc)
- Rate of operations (up-/download, deletes)
- Rate of errors and error types
- Average pieces sizes (more like a fun metric created by combining log information with storagenode API information)
This is what the dashboard looks like at the moment (there are some metrics missing in the dashboard):
I’d like to hear what you think about the existing part of the dashboard and what metrics you would like to see in the dashboard.