aboutsummaryrefslogtreecommitdiffstats
path: root/gmod/gmod/vpp.conf
blob: 353a8ab02449bd000cf9bf98388ba3a4e6f77a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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"
  }
}