X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=gmod%2Fgmod%2Fvpp.conf;fp=gmod%2Fgmod%2Fvpp.conf;h=0000000000000000000000000000000000000000;hb=ada5bbf3303e8fb6f53ff39e6074ae820457224d;hp=353a8ab02449bd000cf9bf98388ba3a4e6f77a93;hpb=03b76a20c569b8275beb8783691300a7d66b54a4;p=vpp.git diff --git a/gmod/gmod/vpp.conf b/gmod/gmod/vpp.conf deleted file mode 100644 index 353a8ab0244..00000000000 --- a/gmod/gmod/vpp.conf +++ /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" - } -}