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
[queuestat CLI] Enable queuestat to get counters with missing data
If self.db.get returns an empty string due to missing fields in
countersDB, queuestat will crash instead of setting STATUS_NA.
Fixed this problem by checking if counter_data == ''
Signed-off-by: Roy Yi <[email protected]>
0 commit comments