You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error Failed to read player statistic: Label cannot be null. on metrics player_online and player_statistic.
If the server doesn't return a name for a player, the player's UID is used as label instead. (#17)
Added
Labels uid/player_uid for metrics player_online and player_statistic in addition to the player name.
⚠️ [Breaking] Metric mc_players_total no longer has a state label. It exports only the number of unique players now.
Use mc_players_online_total for online player count.
Added
Metrics can be enabled individually via config enable_metrics. Since the format of the config.yml has changed it is advised to delete your existing file to
generate a new clean one.
Addresses concurrency issues
- The asynchronous Jetty Thread now accesses the Bukkit API via the BukkitScheduler in order to hopefully fix concurrency problems. References #3.
- A 404 is now returned on unsupported request URI's.