mastodon_exporter
Description
Mastodon exporter is a prometheus metric exporter for mastodon. It aims to both serve as a health checker and gather additional data about a mastodon instance.
mastodon_exporter is not still considered stable.
Setup
From source
Have go 1.17
installed in your system.
Make a config file and fill the specified units. Alternatively, configurations can be passed in CLI flags or environment variables.
$ touch config
$ $EDITOR config
$ go run . -config config
Docker
$ docker run ghcr.io/dearrude/mastodon_exporter:latest
Licence
AGPLv3+