misc: move gmod to extras/
[vpp.git] / gmod / gmod / vpp.conf
diff --git a/gmod/gmod/vpp.conf b/gmod/gmod/vpp.conf
deleted file mode 100644 (file)
index 353a8ab..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-modules {
-  module {
-    name = "vpp_module"
-    path = "libgmodvpp.so"
-  }
-}
-
-collection_group {
-  collect_every = 2
-  time_threshold = 10
-  metric {
-    name = "Vector_Rate"
-    value_threshold = 20.0
-    title = "Vector Rate"
-  }
- metric {
-    name = "VPP_State"
-    value_threshold = 0.5
-    title = "VPP State"
-  }
- metric {
-    name = "Input_Rate"
-    value_threshold = 10000.0
-    title = "VPP Aggregate RX Rate"
-  }
- metric {
-    name = "Sig_Error_Rate"
-    value_threshold = 10.0
-    title = "VPP Significant Error Rate"
-  }
-}