Here’s an initial draft for a Prometheus exporter:
I’m using the Python API since it seems to be most widely available/easiest to deploy. I’ve considered writing it in Go but that’s a lot more complicated
Currently using it for benchmarking and it seems to work fine. In case anyone else is in need for a Prometheus exporter, I’d love to find some collaborators!