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

Make pool statistics optional #453

Merged
merged 10 commits into from
Jul 6, 2023

Commits on Jul 6, 2023

  1. stat: External statistic definition

    Using EndpointInfo, instead of Balance have two advantages:
    - Check the entrypoint is available;
    - Get node public key for statistic purposes.
    
    Any error now is a reason to return from the constructor and broke initialization.
    
    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    79d4b97 View commit details
    Browse the repository at this point in the history
  2. client: External statistic in client

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    17efd8c View commit details
    Browse the repository at this point in the history
  3. client: External statistic tests

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8cf10a2 View commit details
    Browse the repository at this point in the history
  4. pool: Remove unused statisticUpdater

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    549a23d View commit details
    Browse the repository at this point in the history
  5. stat: Separate exec commands stats with stream operation in these com…

    …mands
    
    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a270918 View commit details
    Browse the repository at this point in the history
  6. stat: Extract methods statistic from pool

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    95e6055 View commit details
    Browse the repository at this point in the history
  7. stat: Statistic concurrency tests

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    94a129e View commit details
    Browse the repository at this point in the history
  8. pool: Remove poolRequestInfoCallback and incRequests func

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c29c89a View commit details
    Browse the repository at this point in the history
  9. pool: Remove elapsedTimeCallback

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d5782d6 View commit details
    Browse the repository at this point in the history
  10. pool: Remove old statistic method enum

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    41bd8e5 View commit details
    Browse the repository at this point in the history