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

Opinionated changes to internode tracking #1121

Merged
merged 3 commits into from
May 24, 2024

Commits on May 15, 2024

  1. Opinionated changes to internode tracking:

    * Removed message count as bytes should really be the most important/accurate.
    * Tracked both inbound and outbound bytes, as writes take up inbound bytes, while reads take up outbound bytes.
    * Added internode sensors to custom params in the same place where we add the other sensors.
    * Added internode sensors for request.
    sbtourist committed May 15, 2024
    1 Configuration menu
    Copy the full SHA
    1bba5f7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. 1 Configuration menu
    Copy the full SHA
    0d57897 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. * Use only the payload size as internode bytes.

    * Cache the payload size where possible.
    sbtourist committed May 23, 2024
    1 Configuration menu
    Copy the full SHA
    a14504f View commit details
    Browse the repository at this point in the history