monitoring-alerting #30
Reference in New Issue
Block a user
No description provided.
Delete Branch "monitoring-alerting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -0,0 +16,4 @@#[derive(Debug)]pub struct MonitoringAlertingStackScore {pub monitoring_stack: Vec<Box<dyn Score<MonitoringAlertingTopology>>>,Why does the
MonitoringAlertingStackScoreneed aVec<Box<dyn Score<MonitoringAlertingTopology>>>? It seems like it's never used for anything.A score's variables should be what is needed to set it up, i.e. any values, rules, etc you want to pass in for the interpret to use to spin up the score