Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Statistics overhaul #364

Merged
merged 10 commits into from
Nov 27, 2024
Merged

Statistics overhaul #364

merged 10 commits into from
Nov 27, 2024

Commits on Nov 27, 2024

  1. Rename ClientStats into ClientReplicationStats

    For clarity.
    Shatur committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    08bbff2 View commit details
    Browse the repository at this point in the history
  2. Fix diagnostics paths

    Path should be separated by `/` instead of dots.
    Put `client` first.
    Shatur committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    60431d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d4621b View commit details
    Browse the repository at this point in the history
  4. Provide replication statistics by sum instead of per second

    I think it makes much more sense. I don't think that having a number of "despawns per second" is useful.
    
    Also statistics now represented by `usize`, which avoids casting.
    Shatur committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3427628 View commit details
    Browse the repository at this point in the history
  5. Add bps information

    Provided by backend.
    Shatur committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    c50cc1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9408e98 View commit details
    Browse the repository at this point in the history
  7. Use spaces for suffixes

    According to the official examples, this should be the correct way.
    Shatur committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4cc6d32 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9c4772 View commit details
    Browse the repository at this point in the history
  9. More backend-related warnings

    Shatur committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1afad3c View commit details
    Browse the repository at this point in the history
  10. Reset statistic on disconnect

    Shatur committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    40a4682 View commit details
    Browse the repository at this point in the history