aboutsummaryrefslogtreecommitdiffstats
path: root/gmod/gmod/vpp.conf
blob: 6df20ed1daca500b32d203826931e8d56e468c36 (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
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"
  }
}