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

Pass stats interval colleciton to executor #7043

Merged
merged 2 commits into from
Jan 31, 2020
Merged

Conversation

notnoop
Copy link
Contributor

@notnoop notnoop commented Jan 31, 2020

This fixes a bug where executor based drivers emit stats every second,
regardless of user configuration.

When serializing the Stats request across grpc, the nomad agent dropped
the Interval value, and then executor uses 1s as a default value.

Fixes #6961

Mahmood Ali added 2 commits January 31, 2020 14:17
This fixes a bug where executor based drivers emit stats every second,
regardless of user configuration.

When serializing the Stats request across grpc, the nomad agent dropped
the Interval value, and then executor uses 1s as a default value.
@notnoop notnoop self-assigned this Jan 31, 2020
@notnoop notnoop added this to the 0.10.4 milestone Jan 31, 2020
@notnoop notnoop added this to Triaged in Nomad - Community Issues Triage via automation Jan 31, 2020
@notnoop notnoop requested a review from tgross January 31, 2020 19:23
Copy link
Member

@tgross tgross left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for picking this up @notnoop!

@notnoop notnoop merged commit 74e10b1 into master Jan 31, 2020
Nomad - Community Issues Triage automation moved this from Triaged to Done Jan 31, 2020
@notnoop notnoop deleted the b-collection-interval branch January 31, 2020 20:03
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

does nomad must honor collection_interval when collect telemetry by allocations?
2 participants