We forgot to register the port group and meter stopwatches. Without that no data is actually collected.
Fixes: 2225c0755540 ("northd: Move port group processing to its own I-P node.") Fixes: 46564e6904a6 ("northd: Add a separate I-P node for handling meters.") Signed-off-by: Dumitru Ceara <dce...@redhat.com> --- northd/ovn-northd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/northd/ovn-northd.c b/northd/ovn-northd.c index 3ce7378214..f3868068d3 100644 --- a/northd/ovn-northd.c +++ b/northd/ovn-northd.c @@ -868,6 +868,8 @@ main(int argc, char *argv[]) stopwatch_create(LFLOWS_IGMP_STOPWATCH_NAME, SW_MS); stopwatch_create(LFLOWS_DP_GROUPS_STOPWATCH_NAME, SW_MS); stopwatch_create(LFLOWS_TO_SB_STOPWATCH_NAME, SW_MS); + stopwatch_create(PORT_GROUP_RUN_STOPWATCH_NAME, SW_MS); + stopwatch_create(SYNC_METERS_RUN_STOPWATCH_NAME, SW_MS); /* Initialize incremental processing engine for ovn-northd */ inc_proc_northd_init(&ovnnb_idl_loop, &ovnsb_idl_loop); -- 2.39.3 _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev