Skip to content

Add metrics for sources & sinks #940

@onbjerg

Description

@onbjerg

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:

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    observabilityRelated to tracing, metrics, logs and other observability tools

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions