You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): do not look into full path for error metric
In order to collect all error metrics we're checking for "err" in the
key name, which causes performance tests to fail because we added
metrics called "intERRupts". Change the check to only look at the leaf
of the path, so that when we have a metric such as
`fc_metrics.net_metrics.cfg_fails`, we'll only be looking into
`cfg_fails`.
Suggested-by: Riccardo Mancini <[email protected]>
Signed-off-by: Babis Chalios <[email protected]>
0 commit comments