Bulk Statistics Support
The following statistics are supported for the Partial CDL Update Idle-Active Call Flow feature.
Grafana Query to find cnSGW-C Idle and Active Session count:
SGW ACTIVE COUNT :- (db_records_total{namespace=~"$namespace",session_type=~"sgw_active"}) SGW_IDLE COUNT : (db_records_total{namespace=~"$namespace",session_type=~"sgw_inactive"})