Let's add a set of metrics for source and sink chains. That is:
# Single chain (source == sink)
intent_volume{source_chain_id=1, sink_chain_id=1} 1
# Multichain
intent_volume{source_chain_id=1, sink_chain_id=2} 1
This will allow us to visualize inputs/outputs as a Sankey panel:
The main question here is what we use to denote volume: I want it to be some sort of token, but I'm not sure if we should go for ETH, USDC, or what we do. We could also add a label for the token if we wanted.
Let's add a set of metrics for source and sink chains. That is:
This will allow us to visualize inputs/outputs as a Sankey panel:
The main question here is what we use to denote volume: I want it to be some sort of token, but I'm not sure if we should go for ETH, USDC, or what we do. We could also add a label for the token if we wanted.