soramitsu / iroha2-block-explorer-backend

Designing a Better World Through Decentralized Technologies
2 stars 4 forks source link

Transactions heatmap #15

Open 0x009922 opened 2 years ago

0x009922 commented 2 years ago

Would be nice to have:

image

It would be really unefficient to query for all transactions for the whole year just to count them.

Since Iroha exposes Prometheus endpoint, it would be more efficient to keep some Prometheus instance binded to Iroha peer, and then query to it.

Prometheus querying guide: https://prometheus.io/docs/prometheus/latest/querying/basics/

0x009922 commented 2 years ago

Maybe it is related to #5, because it is related to Prometheus as well.