No description
Find a file
dependabot[bot] 59d8c95c1b
Bump alpine from 3.18.4 to 3.18.5 (#26)
Bumps alpine from 3.18.4 to 3.18.5.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 08:35:55 +00:00
.github 👷 Group Dependency Updates 2023-09-15 15:39:55 +02:00
.gitignore 🚚 Adjust naming for Docker Image 2022-11-04 21:10:15 +01:00
.goreleaser.yml 🚚 Adjust naming for Docker Image 2022-11-04 21:10:15 +01:00
collector.go fix memory leak 2022-12-08 00:59:50 +01:00
Dockerfile Bump alpine from 3.18.4 to 3.18.5 (#26) 2023-12-01 08:35:55 +00:00
go.mod Bump the gomod group with 1 update (#24) 2023-09-29 07:08:20 +00:00
go.sum Bump the gomod group with 1 update (#24) 2023-09-29 07:08:20 +00:00
LICENSE 🎉 Bootstrap project 2022-11-04 21:02:52 +01:00
main.go 🎉 Bootstrap project 2022-11-04 21:02:52 +01:00
README.md ✏️ Fix typo in README.md 2022-11-04 21:06:20 +01:00

prometheus-mastodon-exporter

Integration Quality Release

Prometheus Exporter for Mastodon written in Go.

Usage

go install github.com/systemli/prometheus-mastodon-exporter@latest
$GOPATH/bin/prometheus-mastodon-exporter -mastodon-url=https://mastodon.social

Commandline options

  -mastodon-url string
        Url from the Mastodon Instance (e.g.: https://mastodon.social)
  -web.listen-address string
        Address on which to expose metrics and web interface. (default ":13120")

Metrics

# HELP mastodon_domains Total number of known domains
# TYPE mastodon_domains gauge
mastodon_domains{host="mastodon.social"} 27289
# HELP mastodon_statuses Total number of all statuses
# TYPE mastodon_statuses gauge
mastodon_statuses{host="mastodon.social"} 4.0143351e+07
# HELP mastodon_users Total number of all users
# TYPE mastodon_users gauge
mastodon_users{host="mastodon.social"} 817561
# HELP mastodon_weekly_logins Total number of weekly logins
# TYPE mastodon_weekly_logins gauge
mastodon_weekly_logins{host="mastodon.social"} 34851
# HELP mastodon_weekly_registrations Total number of weekly registration
# TYPE mastodon_weekly_registrations gauge
mastodon_weekly_registrations{host="mastodon.social"} 281
# HELP mastodon_weekly_statuses Total number of weekly published statuses
# TYPE mastodon_weekly_statuses gauge
mastodon_weekly_statuses{host="mastodon.social"} 80742

Docker

docker run -p 13120:13120 systemli/prometheus-mastodon-exporter:latest -mastodon-url=https://mastodon.social

License

GPLv3