> ## Documentation Index
> Fetch the complete documentation index at: https://cosmos-docs-sync-security-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Metrics

> The IBC transfer application module exposes the following set of metrics.

The IBC transfer application module exposes the following set of [metrics](/sdk/latest/guides/testing/telemetry).

| Metric                        | Description                                                                               | Unit     | Type    |
| :---------------------------- | :---------------------------------------------------------------------------------------- | :------- | :------ |
| `tx_msg_ibc_transfer`         | The total amount of tokens transferred via IBC in a `MsgTransfer` (source or sink chain)  | token    | gauge   |
| `ibc_transfer_packet_receive` | The total amount of tokens received in a `FungibleTokenPacketData` (source or sink chain) | token    | gauge   |
| `ibc_transfer_send`           | Total number of IBC transfers sent from a chain (source or sink)                          | transfer | counter |
| `ibc_transfer_receive`        | Total number of IBC transfers received to a chain (source or sink)                        | transfer | counter |
