The metrics names in MsgStats (and other classes) were changed in an incompatible way: some attributes were renamed, e.g. num_ucast_msgs_sent -> num_ucasts_sent, and some were removed.
This breaks backwards compatibility, as some attributes are accessed programmatically.
Todo:
- Add old attribute names, deprecate them
- Re-add deleted attributes
- Add ManagedAttribute annotations where needed
The 2 commits to look at: