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
Currently, the Aptos metrics crate uses the plain Vec to set labels, however Sui uses the protobuf::RepeatedField instead.
The easiest way to make them both happy is to make them both use the recommended protobuf feature.