Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 2.84 KB

README.md

File metadata and controls

74 lines (52 loc) · 2.84 KB

mastodon_prometheus_exporter

Github License CodeFactor

mastodon_prometheus_exporter is a free and opensource simple exporter for mastodon business metrics

This project tries to fetch openly accessible business metrics for mastodon like number of active users, number of posts...

Table of content

Getting Started

This project is still at an early stage of development. Please report any bugs or suggestion by creating an issue.

Install

  • Get the latest release
  • mv mastodon_prometheus_exporter /usr/local/bin
  • chmod +x /usr/local/bin/mastodon_prometheus_exporter

Usage

Export the needed env var:

export MASTODON_INSTANCE="https://h4.io"
export EXPORTER_PORT=8080

Then run the app: /usr/local/bin/mastodon_prometheus_exporter

Alternatively you can edit the systemd service exemple and then move it to /etc/systemd/system/ and do:

sudo useradd -s /sbin/nologin -M mastodon_exporter
sudo systemctl daemon-reload 
sudo systemctl enable mastodon_prometheus_exporter.service
sudo systemctl start mastodon_prometheus_exporter.service

Dashboard

The Dashboard is available on the Grafana website.

Built With

This repository is built with:

Contributing

See CONTRIBUTING.md

License

This project is licensed under the Apache2.0 License

Get Help

  • Contact us on Matrix h4-dev:matrix.org
  • If appropriate, open an issue on GitHub

See the code of conduct befor contacting us.

Motivation

This project was launched to provide a simple and free prometheus export for mastodon business metrics.
We created it for our own needs on the H4 project.

Acknowledgements

This repository use Victoria Metrics licensed under the MIT License.
Please refer to the other repositories to checkout acknowledgements for each services.