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

feat/Add metrics per container and per shard #2437

Merged
merged 3 commits into from
Jul 25, 2023

Commits on Jul 25, 2023

  1. shard: Separate metrics storage for tests

    No need to store everything in a `map` but at the same time, it makes things
    more complex.
    
    Signed-off-by: Pavel Karpy <[email protected]>
    carpawell committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ba8e136 View commit details
    Browse the repository at this point in the history
  2. node: Add payload metrics per container

    Closes nspcc-dev#2116.
    
    Signed-off-by: Pavel Karpy <[email protected]>
    carpawell committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cd9fd77 View commit details
    Browse the repository at this point in the history
  3. node: Add payload metrics per shard

    Closes nspcc-dev#2023.
    
    Signed-off-by: Pavel Karpy <[email protected]>
    carpawell committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c97e432 View commit details
    Browse the repository at this point in the history