minecraft-exporter icon indicating copy to clipboard operation
minecraft-exporter copied to clipboard

this is a prometheus minecraft exporter

Results 17 minecraft-exporter issues
Sort by recently updated
recently updated
newest added

Getting the following on my TNP Limitless 5 Curseforge pack server (MInecraft v1.18.2, forge v40.1.80): ``` 2022-09-19 13:19:10 | RCON is enabled for tnp-minecraft-rcon.minecraft 2022-09-19 13:19:10 | Successfully connected to...

Need to investigate why ghcr builds fail and work to fix them to enable use of ghcr.io registry.

There being no license means it is closed-source and no one can use your source code or contribute to it.

After the docker container has been running for a while (can take a few minutes or a few hours), I start getting 500 errors on 50% of requests to /metrics....

Fabric in the server is increasing in popularity, thanks to the likes of mods like C2ME, Lithium, Carpet, Starlight etc. which bring in performance increases without sacrificing vanilla behaviour. [Carpet...

While Docker is an easy way to deploy a software, it is hard to manage and keep secure. As this is python it could easily be provided with a setup.py...

Hello, Is there any plan to support 16.3 ? I have been using this exporter for a while on a pretty popular ATM6 server, but the integration with 16.3 is...

Some metrics are not exported. I'm using a vanilla Minecraft 1.20.1 server and the exporter in containers. Especially TPS metrics are important to me. Exporter ENV file: ```env RCON_HOST=minecraft-server RCON_PORT=25575...

This also enables the container to run as a Kubernetes pod sidecar without creating a crash loop.

My world directory was inside another volume and I needed to use a different path than `/world`. This change allowed me to manipulate this path. Changes: - Added `WORLD_DIRECTORY` environment...