Skip to content

Releases: miniduikboot/Boot.Metrics

v0.2.2

11 Jun 20:28
Compare
Choose a tag to compare

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

04 Jun 20:15
Compare
Choose a tag to compare

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

26 May 21:11
Compare
Choose a tag to compare
  • 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 to boot_metrics_games_open and boot_metrics_clients was renamed to boot_metrics_clients_connected)

Full Changelog: v0.1.2...v0.2.0

v0.1.2

23 May 20:30
Compare
Choose a tag to compare
  • 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

22 May 20:51
Compare
Choose a tag to compare

Fix Github Actions

Full Changelog: v0.1.0...v0.1.1