Skip to content

Releases: dirien/minecraft-prometheus-exporter

v0.5.1

25 Aug 14:36
848d873
Compare
Choose a tag to compare

Changelog

848d873 Switch to goreleaser v0.176.0 container signing (#34)

Docker images

  • docker pull ghcr.io/dirien/minecraft-exporter:0.5.1-arm64
  • docker pull ghcr.io/dirien/minecraft-exporter:0.5.1-amd64

📦 New Release: Multi Arch support, container and Cosign

23 Aug 10:47
9b2cbd5
Compare
Choose a tag to compare

This release 📦 of the minecraft-prometheus-exporter supports now following new features:

Changelog

9b2cbd5 Add cosign (#32)
c41cab7 Add Docker Support (#30)
598ce70 Add Docker Support (#29)
8dab679 Create Windows and Mac Binaries (#27)
10f72e0 Create ARM64 binary (#25)
b7223dc Add renovate.json (#19)

Docker images

  • docker pull ghcr.io/dirien/minecraft-exporter:0.5.0-arm64
  • docker pull ghcr.io/dirien/minecraft-exporter:0.5.0-amd64

v0.4.0

15 Jul 17:50
e3fce05
Compare
Choose a tag to compare

Changelog

e3fce05 Reorganise metric names and add labels (#18)
f4e2c2b fix error message for player lookup (#17)
bff7cdd Reorganise metric names and add labels (#16)
0f0cb8a Switch API from mojang to https://github.com/Electroid/mojang-api #13 (#14)
604d34a Rename metrics names from minecraft-prometheus-exporter to minecraft #9 (#12)
df2d8b3 rename minecraft-prometheus-exporter to minecraft-exporter #9 (#10)
b2b6d19 Improve name lookups (#8), Thx to @ruscalworld

v0.3.1

11 Jul 10:36
f35ee1c
Compare
Choose a tag to compare

Changelog

65d98f2 handle status code from api.mojang.com #7

v0.3.0

11 Jul 09:34
9dd1181
Compare
Choose a tag to compare

Changelog

9dd1181 update README.md (#6)
288e6bf fix archive name (#5)
23cf5f1 Code style optimization & use go-mc's rcon library (#4) Thanks @Tnze 🙇

v0.2.0

10 Jul 18:51
4b164ac
Compare
Choose a tag to compare

🚨 Breaking Changes

This is a breaking release, as we changed the name of the metrics to the convention of Promehteus -> https://prometheus.io/docs/practices/naming/

Now all metric names contain a _total for a unit-less accumulating count.

v0.1.0

10 Jul 18:25
b38abf0
Compare
Choose a tag to compare

This is first release of the Prometheus Minecraft exporter, created as part of the minectl 🗺 project.

It collects metrics from different sources of the game

  • RCON
  • NBT Files
  • Advancement file
  • Player stats file

See https://github.com/dirien/minecraft-prometheus-exporter for details and usage guide.