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

Replace Rate per second with interval in seconds #43

Conversation

nocturnalastro
Copy link
Collaborator

Rate per second seemd to be confusing so instead we denote the rate interms of a time interval between polls

@@ -97,7 +97,7 @@ func NewGPSCollector(constructor *CollectionConstructor) (Collector, error) {
ctx: ctx,
running: false,
callback: constructor.Callback,
pollRate: constructor.PollRate,
pollInterval: constructor.PollInterval,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can also remove mentions of ShouldPoll above as it no longer exists.

Rate per second seemd to be confusing so instead we
denote the rate interms of a time interval between
polls
@nocturnalastro nocturnalastro merged commit f2a83b6 into redhat-partner-solutions:main Jun 28, 2023
4 checks passed
@nocturnalastro nocturnalastro deleted the replaceRateWithInterval branch June 28, 2023 14:24
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.

None yet

2 participants