minecraft-prometheus-exporter
minecraft-prometheus-exporter copied to clipboard
Minecraft Prometheus exporter
Hello! I made this change to help for a server I'm hosting, and I thought it might be helpful to someone else as well. Using the local username cache, it...
Opening PR for https://github.com/dirien/minecraft-prometheus-exporter/issues/770 Note: I did not write this; however, I was hitting this error in my instance and went to fix it and found someone had opened an...
### What happened? The RCON-based player list cannot handle usernames with spaces. ### How can we reproduce this? Any server with nickname support and players that have spaces in them...
### Is your feature request related to a problem? Please describe. With #273, I found out that the TPS string for the different dimensions looks different than the one the...
### Is your feature request related to a problem? Please describe. I only want to track a handful of stats, not everything Minecraft gives away. e.g. Diamonds collected, bosses killed...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/prometheus/client_golang](https://togithub.com/prometheus/client_golang) | `v1.19.1` -> `v1.20.0` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v3.26.1` -> `v3.26.2` | ---...
### Is your feature request related to a problem? Please describe. Currently this tool only supports the MinecraftForge `forge` commands but the fork NeoForge renamed the command to `neoforge`. ###...
Please reference the issue this PR is fixing. #957 Tested:  ``` # TYPE minecraft_dimension_ticktime_total counter minecraft_dimension_ticktime_total{dimension="black_bridge",namespace="minecells"} 0.009 minecraft_dimension_ticktime_total{dimension="earth_orbit",namespace="ad_astra"} 0.009 minecraft_dimension_ticktime_total{dimension="glacio",namespace="ad_astra"} 0.008 minecraft_dimension_ticktime_total{dimension="glacio_orbit",namespace="ad_astra"} 0.009 minecraft_dimension_ticktime_total{dimension="glassocean",namespace="spellbladenext"} 0.01 minecraft_dimension_ticktime_total{dimension="insufferable_crypt",namespace="minecells"} 0.009 minecraft_dimension_ticktime_total{dimension="mars",namespace="ad_astra"} 0.009...
### Is your feature request related to a problem? Please describe. n/a ### Describe the solution you'd like Just as PaperMC/Forge/Etc have a `mod-server-stats` flag. It would be nice for...