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: Adds sample rate getter in Monitor & computes send/receive rates using configured sample rate #1116

Merged
merged 8 commits into from
Oct 26, 2023

Conversation

staheri14
Copy link
Contributor

@staheri14 staheri14 commented Oct 16, 2023

This PR replaces the hardcoded sample rate in traffic rate tests with the configured rate for each connection. This ensures the tests remain relevant if the sampling rate changes in the future.
Closes #1114

@staheri14 staheri14 changed the title feat: Introduce and expose sample rate in the Monitor Status feat!: Introduce and expose sample rate in the Monitor Status Oct 17, 2023
@staheri14 staheri14 self-assigned this Oct 17, 2023
@staheri14 staheri14 marked this pull request as ready for review October 17, 2023 22:11
@staheri14 staheri14 marked this pull request as draft October 17, 2023 22:11
@staheri14 staheri14 changed the title feat!: Introduce and expose sample rate in the Monitor Status feat: Provides a getter for sample rate in Monitor Oct 25, 2023
@staheri14 staheri14 changed the title feat: Provides a getter for sample rate in Monitor feat: Provides a getter for sample rate in Monitor and calculates the expected send and receive rate based on that Oct 25, 2023
@staheri14 staheri14 changed the title feat: Provides a getter for sample rate in Monitor and calculates the expected send and receive rate based on that feat: Adds sample rate getter in Monitor & computes send/receive rates using configured sample rate Oct 25, 2023
@staheri14 staheri14 marked this pull request as ready for review October 25, 2023 20:37
@staheri14 staheri14 merged commit 4b925ca into main Oct 26, 2023
16 checks passed
@staheri14 staheri14 deleted the sanaz/expose-sample-rate branch October 26, 2023 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

exposing sampleRate and measuring maximum expected send rate based on the connection sampleRate
3 participants