Releases: dirien/minecraft-prometheus-exporter
v0.5.1
📦 New Release: Multi Arch support, container and Cosign
This release 📦 of the minecraft-prometheus-exporter supports now following new features:
- Multi Arch support( incl. ARM64)
- Container
- cosign (https://github.com/sigstore/cosign)
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
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
v0.3.0
v0.2.0
🚨 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
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.