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

Display server provided flows rate #1272

Merged
merged 1 commit into from Oct 24, 2023
Merged

Conversation

glrf
Copy link
Contributor

@glrf glrf commented Oct 23, 2023

This change switches from reporting the calculate Flows Per Second field to the more up-to-date flowsRate field provided by the server.

If the server doesn't provide the flows rate, we fall back to calculating the flows per second using uptime and seen flows.

closes: #952

This change switches from reporting the calculate `Flows Per Second`
field to the more up-to-date `flowsRate` field provided by the server.

If the server doesn't provide the flows rate, we fall back to
calculating the flows per second using uptime and seen flows.

closes: cilium#952
Signed-off-by: Fabian Fischer <fabian.fischer@isovalent.com>
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label PR is blocked until the release note is set label Oct 23, 2023
@glrf glrf marked this pull request as ready for review October 23, 2023 11:55
@glrf glrf requested a review from a team as a code owner October 23, 2023 11:55
@glrf glrf requested review from lambdanis and removed request for a team October 23, 2023 11:55
@lambdanis lambdanis added the release-note/minor This PR introduces functionality that users may find relevant to operating Hubble. label Oct 24, 2023
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label PR is blocked until the release note is set label Oct 24, 2023
Copy link
Contributor

@lambdanis lambdanis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Oct 24, 2023
@lambdanis lambdanis merged commit 5ed64da into cilium:main Oct 24, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/minor This PR introduces functionality that users may find relevant to operating Hubble.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flows pers second implementation
2 participants