hyperledger-firefly / hyperledger-firefly/firefly
To / From Tags on Relevant Prometheus Metrics
- Dominant language
- Go
- Stars
- 602
- Forks
- 246
- Avg merge
- 18h 47m
- Merged PRs (30d)
- 6
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.