Closed dlopes7 closed 5 months ago
The previous method was checking the "len" of the dictionary, which doesn't make sense, because that only counts the number of keys in a dictionary, it doesn't check bytes.
Rewrite to be more generic, and make metrics and logs use the same method.
The previous method was checking the "len" of the dictionary, which doesn't make sense, because that only counts the number of keys in a dictionary, it doesn't check bytes.
Rewrite to be more generic, and make metrics and logs use the same method.