Mods to Event Generator and limit provider

- Changed SEVERE to use `is-event--purple` style.
- Mods to EventTelemetryProvider.js:
  - Adds a more random start time to each event.
  - Reduces frequency at which a severity is applied to events.
This commit is contained in:
Charles Hacskaylo
2024-12-17 16:27:45 -08:00
parent b865d8c038
commit 27af030566
2 changed files with 12 additions and 5 deletions

View File

@ -25,7 +25,7 @@ export const SEVERITY_CSS = {
WARNING: 'is-event--yellow',
DISTRESS: 'is-event--red',
CRITICAL: 'is-event--red',
SEVERE: 'is-event--red'
SEVERE: 'is-event--purple'
};
const NOMINAL_SEVERITY = {