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
With #503 we added a ton of great metrics including counters for messages (in their various states) and token transfers.
For those counters (as well as any another that represents an inter-party exchange between members) it'd be great to use a CounterVec and dynamically include a to and from tag that has the org IDs or preferably org names. That way we can aggregate the counters to see the total messages / token transfers according to particular node, but then we could also view the number of messages / transfers between two particular members easily and compare that counter to a counter from another member's node i.e. see if the number of transfers between two members is the same.
The text was updated successfully, but these errors were encountered:
With #503 we added a ton of great metrics including counters for messages (in their various states) and token transfers.
For those counters (as well as any another that represents an inter-party exchange between members) it'd be great to use a
CounterVec
and dynamically include ato
andfrom
tag that has the org IDs or preferably org names. That way we can aggregate the counters to see the total messages / token transfers according to particular node, but then we could also view the number of messages / transfers between two particular members easily and compare that counter to a counter from another member's node i.e. see if the number of transfers between two members is the same.The text was updated successfully, but these errors were encountered: