Done
Details
Assignee
Nicola LamacchiaNicola Lamacchia(Deactivated)Reporter
Nicola LamacchiaNicola Lamacchia(Deactivated)Priority
MediumComponents
Needs QA
YesNeeds Doc
YesFix versions
Story Points
0.5Sprint
None
Details
Details
Assignee
Nicola Lamacchia
Nicola Lamacchia(Deactivated)Reporter
Nicola Lamacchia
Nicola Lamacchia(Deactivated)Priority
Components
Needs QA
Yes
Needs Doc
Yes
Fix versions
Story Points
0.5
Sprint
None
Smart Checklist
Smart Checklist
Smart Checklist
Created February 1, 2021 at 11:19 AM
Updated March 6, 2024 at 3:15 AM
Resolved April 8, 2021 at 2:08 PM
User story:
When I go to Settings/configuration for STT I need to be able to change default values to Check Execution intervals so that I as a pmm Admin have control over the generated load on my system
Acceptance criteria
User able to change values for 3 buckets/intervals: Title of "Check Frequency:" with options of "Often" (4h) - "Regularly" (24h) - "Occasionally" (78h)
The user is able to set up some groups to be executed in small periods like 1 minute.
Out of scope:
Suggested implementation:
Add 3 new fields (for e.g. `STTStandardInterval`, `STTRareInterval`, `STTFrequentInterval`) under the saas config options of the settings model used by managed and make required changes to the schema
Make changes to the server endpoint `ChangeSettings` to save these three buckets to DB
change the checks service code to retrieve settings from DB instead of using hardcoded value (if https://jira.percona.com/browse/PMM-7335 has already been implemented otherwise ignore this point)
How to test:
Call GetSettings endpoint
Details:
TBD