Releases: miniduikboot/Boot.Metrics
Releases · miniduikboot/Boot.Metrics
v0.2.3
- Update OpenTelemetry to 1.9.0
- Expand metrics wildcard
Full Changelog: v0.2.2...v0.2.3
v0.2.2
This version fixes an issue where servers would stop reporting after a few hours of uptime. Upgrading to this version is highly recommended
What's Changed
- Add tag for game state to the open games metric, which allows distinguishing games on whether they are in the lobby or currently playing
Full Changelog: v0.2.1...v0.2.2
v0.2.1
This version fixes an issue where servers would stop reporting after a few hours of uptime. Upgrading to this version is highly recommended
What's Changed
- Downgrade OpenTelemetry's Prometheus Exporter to 1.7.0 by @miniduikboot
- Update dependency SonarAnalyzer.CSharp to v9.26.0.92422 by @renovate in #4
- Update dependency Impostor.Api to v1.9.2 by @renovate in #5
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Add counters next to the gauges as counters are more appropriate for purposes like popularity checking
- Add field to client to check connection status
- Rename counters to emphasize their use.
boot_metrics_game
was renamed toboot_metrics_games_open
andboot_metrics_clients
was renamed toboot_metrics_clients_connected
)
Full Changelog: v0.1.2...v0.2.0
v0.1.2
- Fix prometheus issue found in production
- Update dependencies to fix invalid buffer issues
- Change tag names to be snake_case instead of CamelCase as per the OTel standard
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Fix Github Actions
Full Changelog: v0.1.0...v0.1.1