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

Allow overriding the collection_jitter and precision per input #7762

Merged
merged 2 commits into from
Jul 1, 2020

Conversation

danielnelson
Copy link
Contributor

@danielnelson danielnelson commented Jun 29, 2020

Allow overriding the agent precision and collection jitter on a per-plugin basis. Unlike the agent precision, this setting is applied to service inputs as well.

It is possible to shoot yourself in the foot with this, care will need to be taken to avoid have event-style metrics merged in the database. See linked issues for use-cases.

closes #3634
closes #1589
closes #5853
closes #3834

Required for all PRs:

  • Signed CLA.
  • Associated README.md updated.
  • Has appropriate unit tests.

@danielnelson danielnelson added feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin area/agent labels Jun 29, 2020
@danielnelson danielnelson added this to the 1.15.0 milestone Jun 29, 2020
@danielnelson danielnelson requested a review from reimda June 29, 2020 22:53
Copy link
Contributor

@reimda reimda left a comment

Choose a reason for hiding this comment

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

otherwise looks good

config/config.go Outdated Show resolved Hide resolved
@danielnelson danielnelson added the docs Issues related to Telegraf documentation and configuration descriptions label Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/agent docs Issues related to Telegraf documentation and configuration descriptions feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin
Projects
None yet
2 participants