I'm looking at setting up #Prometheus for monitoring my newly set up Proxmox host and the things running on it.
Has anyone done this with a #ScreenReader?
I've had to use #Grafana dashboards in the past and it wasn't great, since I couldn't get the data to show in tabular form.
Nolan Darilek
in reply to Dickson Tan • • •Dickson Tan
in reply to Dickson Tan • • •@nolan I happened to stumble across your GitHub comments about using Prometheus with Kubernetes.
What interface do you have in front of the data to view it in a more readable form?
Nolan Darilek
in reply to Dickson Tan • • •Dickson Tan
in reply to Nolan Darilek • • •@nolan This is the most promising one I've found so far, a cloud native foundation sandbox project that has dashboards from code as one of its main goals. Also supports importing from Grafana dashboards.
github.com/perses/perses/
Here's an example of what a definition looks like.
github.com/karsov/dashboards-a…
I plan to try it with creating dashboards that consists of tables first.
If that works well, I might invest the time to see how to make the other visualization types accessible.
dashboards-as-code/perses/data/dashboard.yaml at main · karsov/dashboards-as-code
GitHub