Skip to content

Releases: sladkoff/minecraft-prometheus-exporter

v3.1.2

13 Feb 08:51
Compare
Choose a tag to compare

Fixed

  • #287: Async metrics are not awaited properly

v3.1.1

11 Feb 15:32
Compare
Choose a tag to compare

Fixed

  • #285: Do not pin threads when handling sync metrics

Changed

  • Updated internal dependencies

v3.1.0

29 Feb 23:21
Compare
Choose a tag to compare

Added

  • #113: Add support for health checking

v3.0.0

29 Feb 22:42
Compare
Choose a tag to compare

Added

  • #198: Add rudimentary support for Folia (see README.md for limitations)

Changed

  • #228: [Breaking] Update minimum Java version to 17

Fixed

  • #155: World size metric lags server with big world
  • #208: Failed to find tick times buffer via reflection in 1.20.4
  • #226: Server lags when exporting chunk and player metrics

v2.6.0

02 Jan 17:33
Compare
Choose a tag to compare

Special thanks to all new and old contributors ⭐

Added

  • #176: Add whitelisted players count metric mc_whitelisted_players

Changed

  • #157: Change default port for new installations

Fixed

  • #197: Plugin crashes on Azul JVM

v2.5.0

11 Apr 21:44
Compare
Choose a tag to compare

Special thanks to all new and old contributors ⭐

Added

  • #128: New world size metric mc_world_size

v2.4.3

11 Apr 21:35
Compare
Choose a tag to compare

Fixed

Special thanks to all new and old contributors ⭐

  • #125:
    Fix accumulating unloaded worlds
  • #139: Update json-path
  • #140: Update prometheus-client
  • #141: Update Jetty
  • #143:
    Fix warn logs due to collection of 'unknown' statistics

v2.4.2

24 Jun 22:14
Compare
Choose a tag to compare

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

20 May 15:41
Compare
Choose a tag to compare

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

07 Mar 12:14
Compare
Choose a tag to compare

Special thanks to all new and old contributors ⭐

Fixed

  • #32: player_statistic not persisted over server restarts

Changes

  • Updated internal dependencies