Skip to content

Releases: Cubxity/UnifiedMetrics

UnifiedMetrics 0.3.0

24 Jul 08:51
30648aa
Compare
Choose a tag to compare

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

UnifiedMetrics 0.2.1

23 Jun 06:14
158b3d1
Compare
Choose a tag to compare

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.

UnifiedMetrics 0.2.0

11 Mar 16:11
2005458
Compare
Choose a tag to compare

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.

UnifiedMetrics 0.1.2

11 Mar 14:49
b031d89
Compare
Choose a tag to compare

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

UnifiedMetrics 0.1.1

14 Feb 16:13
4095e33
Compare
Choose a tag to compare

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

UnifiedMetrics 0.1.0

08 Feb 15:37
53307a4
Compare
Choose a tag to compare

Commits