Grafana Dashboard

Hello there! Is there an (official) Grafana dashboard available? I setup a self-hosted Atuin last week and want to add the metrics to my Grafana :slight_smile:

1 Like

A Prometheus exporter would also be nice, though that would have to run on the endpoint

We have one!

You can configure it with

[metrics]
enable = true
host = "127.0.0.1"
port = 8899

There’s no default Grafana dashboard, you’ll have to make your own for now