Add a configurable "significant error" metric
[vpp.git] / gmod / gmod / vpp.conf
index 6df20ed..353a8ab 100644 (file)
@@ -21,6 +21,11 @@ collection_group {
  metric {
     name = "Input_Rate"
     value_threshold = 10000.0
-    title = "VPP Aggregate RX rate"
+    title = "VPP Aggregate RX Rate"
+  }
+ metric {
+    name = "Sig_Error_Rate"
+    value_threshold = 10.0
+    title = "VPP Significant Error Rate"
   }
 }