Releases: Cubxity/UnifiedMetrics
Releases · Cubxity/UnifiedMetrics
UnifiedMetrics 0.3.0
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
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
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.