Add a configurable "significant error" metric
[vpp.git] / gmod / gmod / vpp.conf
1 modules {
2   module {
3     name = "vpp_module"
4     path = "libgmodvpp.so"
5   }
6 }
7
8 collection_group {
9   collect_every = 2
10   time_threshold = 10
11   metric {
12     name = "Vector_Rate"
13     value_threshold = 20.0
14     title = "Vector Rate"
15   }
16  metric {
17     name = "VPP_State"
18     value_threshold = 0.5
19     title = "VPP State"
20   }
21  metric {
22     name = "Input_Rate"
23     value_threshold = 10000.0
24     title = "VPP Aggregate RX Rate"
25   }
26  metric {
27     name = "Sig_Error_Rate"
28     value_threshold = 10.0
29     title = "VPP Significant Error Rate"
30   }
31 }