Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Latest commit

 

History

History
140 lines (101 loc) · 5.59 KB

CHANGELOG.md

File metadata and controls

140 lines (101 loc) · 5.59 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v2.4.2 - 2021-06-25

Fixed

  • #97: Player stats files are loaded even if 'player_statistic' is disabled
  • #91: Update Jetty
  • #87: Update json-path
  • #86: Update prometheus-client

v2.4.1 - 2021-05-20

Special thanks to all new and old contributors ⭐

Fixed

  • #74: Excessive logging
  • #75: Crash on startup
  • #77: Exception log on startup
  • #71: Update Jetty

v2.4.0 - 2021-03-07

Special thanks to all new and old contributors ⭐

Fixed

  • #32: player_statistic not persisted over server restarts

Changes

  • Updated internal dependencies

v2.3.0 - 2021-01-08

Special thanks to all new and old contributors ⭐

Fixed

  • #46: Inaccuracies in metrics mc_entities_total and mc_villagers_total
  • #53: Opt-out of legacy material support to improve performance

Changes

  • #52: Update Jetty to fix security vulnerabilities

v2.2.0 - 2020-05-16

Special thanks to all new and old contributors ⭐

Added

  • #33: New villager metric mc_villagers_total
  • #41: New server tick duration metrics mc_tick_duration_*
  • #42: gzip transport support

Fixed

  • #23: TPS inaccuracy in mc_tps

v2.1.1 - 2020-04-12

Fixed

  • #38: Exception NoSuchMethodError during metric collection on server versions < 1.14

v2.1.0 - 2020-03-23

Added

  • New JVM threads metrics mc_jvm_threads_*
  • New JVM GC metrics mc_jvm_gc_*

Changed

  • Metric mc_entities_total has new labels type, alive, spawnable.
  • Metric mc_jvm_memory has new label allocated.

Removed

  • Metric mc_living_entities_total -> use mc_entities_total instead.

v2.0.1 - 2020-01-03

Fixed

  • 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. (sladkoff#17)

Added

  • Labels uid/player_uid for metrics player_online and player_statistic in addition to the player name.

v2.0.0 - 2019-12-29

Changed

  • ⚠️ [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.

v1.3.0 - 2019-05-28

Added

  • This changelog
  • Add host config property

Changed

  • Listen on localhost interface by default

v1.2.0 - 2018-11-05

Added

  • Experimental player statistics

v1.1.0 - 2017-03-18

Added

  • Export tickrate (TPS)

v1.0.1 - 2017-02-19

Fixed

  • Concurrency issues

Changed

  • Return 404 on unsupported request URI's

v1.0.0 - 2017-02-14

Added

  • Export JVM memory usage

v0.1.0 - 2017-02-09

Added

  • Initial exporter