UnifiedMetrics Versions Save

Fully-featured metrics collection agent for Minecraft servers. Supports Prometheus and InfluxDB. Dashboard included out-of-box.

v0.3.0

2 years ago

Changes

  • Bukkit 1.17 support
  • Proper InfluxDB 2.0 support
  • Support for Minestom and BungeeCord
  • Histogram metrics
  • Improved & updated dashboard
  • Improved accuracy of metrics
  • Relicensed under LGPLv3
  • Other minor changes

Migration

0.3.x contains breaking changes from 0.2.x. Configuration format has been changed from TOML to YAML due to JAR size. The internal metrics APi has been changed and some metrics have been changed. Please consult the wiki for configuration. The updated dashboard can be found here.

Commits

  • 8958b41: UnifiedMetrics 0.3.x (#29) (Cubxity) #29
  • 0.3.0 (Cubxity)

v0.2.1

2 years ago

Commits

  • f79604c: Fixed #15 + prevent future InfluxDB writes from being cancelled after a failure (Cubxity) #16
  • 0ac40d4: Merge branch 'master' into dev (Cubxity) #16
  • b5e4339: Made :unifiedmetrics-api compileOnly for metrics drivers + made metrics drivers implementation for :unifiedmetrics-core (Cubxity) #16
  • f177b5a: Update Velocity pluginVersion (Cubxity) #16

Migration guide

0.2.x changed the data structure completely. Users are advised to backup their data and drop the database. The Grafana dashboard has been updated as well. See the wiki for more information.

v0.2.0

3 years ago

Commits

  • [abd445b]: Added support for Prometheus, refactored metrics API & bumped version to 0.2.0 (Cubxity) #13
  • [ec7fd79]: Renamed process_cpu_load_percent to process_cpu_load_ratio (Cubxity) #13
  • [14ae9c5]: Fixed Prometheus config spec (Cubxity) #13
  • [2e889c6]: Update README.md & made prometheus the default metrics driver (Cubxity) #13
  • [b66a3a9]: Fixed influx driver tag & updated README (Cubxity) #13
  • [2527bf2]: Upgraded to Kotlin 1.4.31 (Cubxity) #14
  • [8279669]: Merge branch 'master' into dev (Cubxity) #14

Migration guide

0.2.x changed the data structure completely. Users are advised to backup their data and drop the database. The Grafana dashboard has been updated as well. See the wiki for more information.

v0.1.2

3 years ago

Commits

  • [0e18bb1]: Make use of NMS or Paper for TPS + added MSPT metric (Cubxity) #10
  • [1b9aaf0]: Fixed issue with metrics driver config (Cubxity) #10
  • [7cafa57]: Updated README (Cubxity) #10
  • [56c3beb]: Fixed influx's username field (Cubxity) #10
  • [e73ec04]: Fixed config in README (Cubxity) #10

v0.1.1

3 years ago

Commits

  • [5fbe167]: Upgrade to Kotlin 1.4.30 (Cubxity) #5
  • Build preview from dev branch #5 (Cubxity)
  • [aedb4ed]: Refactored API, Improved performance + bumped version to 0.1.1 (Cubxity) #8
  • [c008cc3]: Merge branch 'master' into dev (Cubxity) #8

v0.1.0

3 years ago

Commits