SLA over time: make intervals based on panel intervalMs, #728

This commit is contained in:
Alexander Zobnin
2019-07-30 18:52:32 +03:00
parent 2fac45c11b
commit 8f139d0322
3 changed files with 38 additions and 21 deletions

View File

@@ -34,3 +34,6 @@ export const TRIGGER_SEVERITY = [
{val: 4, text: 'High'},
{val: 5, text: 'Disaster'}
];
/** Minimum interval for SLA over time (1 hour) */
export const MIN_SLA_INTERVAL = 3600;