Skip to main content


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.

in reply to Dickson Tan

Please keep us posted if you figure this out. I'm in about the same place, down to having to use Grafana and not liking it overly much but it's about the best I've found.
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?

in reply to Dickson Tan

If they were posted at the time I'm thinking, I never figured anything out. At fly.io we used a bunch of stuff that was never all that accessible. I'm tempted to write a CLI of some sort but I don't know enough about these types of interfaces to know what'd be useful.
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.