firefly
firefly copied to clipboard
To / From Tags on Relevant Prometheus Metrics
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.