I wanted a way to get my Yggdrasil node's basic metrics into Prometheus so I wrote a very simple exporter utility. It works by connecting to the Admin TCP interface of the node and providing Prometheus formatted metrics when the endpoint is hit.

It's very simple but let's me see my metrics in Grafana now!

You can check it out here.