-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
update custom_queries configuration to support optional collection_interval #16957
update custom_queries configuration to support optional collection_interval #16957
Conversation
The |
The |
The |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
Test Results 105 files 105 suites 1h 21m 15s ⏱️ Results for commit 5492f35. ♻️ This comment has been updated with latest results. |
datadog_checks_dev/datadog_checks/dev/tooling/templates/configuration/instances/db.yaml
Outdated
Show resolved
Hide resolved
e0a117c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left one tiny comment related to the changelog but LGTM!
…terval (#16957) * update custom_queries configuration to support optional collection_interval * add changelog * update config * sync config * sync models * update collection_interval description * remove duplicate changelog
…terval (#16957) * update custom_queries configuration to support optional collection_interval * add changelog * update config * sync config * sync models * update collection_interval description * remove duplicate changelog
What does this PR do?
PR #16765 introduced support of customizable
collection_interval
for custom queries. This PR adds an optional config optioncollection_interval
to thecustom_queries
configuration template.Motivation
custom_queries
now supports optionalcollection_interval
. This option can be useful to have a custom query that does not need to be executed on every check run.Additional Notes
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.