cbed90c8cb
Change-Id: Idda59272a029ffcbc029f9bb167508d7bd5e6e21 Signed-off-by: Dave Barach <dave@barachs.net>
32 lines
536 B
Plaintext
32 lines
536 B
Plaintext
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"
|
|
}
|
|
}
|