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

> Reference for the available metrics in the Application

# Application

## Exposed Metrics

By default, Cosmos SDK application expose metrics on port `26660`. These metrics are in the [Prometheus](https://prometheus.io/docs/introduction/overview/) format and can be scraped by any monitoring system that supports Prometheus format.

## Oracle Client Connection Metrics

* **oracle\_response\_latency:** Histogram that measures the time in nanoseconds between request/response of from the Application to Oracle.
* **oracle\_responses:** Counter that measures the number of oracle responses.

## ABCI Metrics

The following metrics are measured in the following ABCI methods: ExtendVote, PrepareProposal, ProcessProposal, VerifyVoteExtension, FinalizeBlock.

* **ABCI\_method\_latency:** Histogram that measures the amount of seconds ABCI method calls take.
* **ABCI\_method\_status:** Counter that measures the number of ABCI requests.

## VE/Price Metrics

* **message\_size:** Histogram that tracks the size of vote-extensions and extended commits that Connect transmits.
* **oracle\_prices:** Gauge that tracks prices written to application state.

## Network Metrics

* **oracle\_reports\_per\_validator:** Gauge that tracks the prices each validator has reported for any block per ticker.
* **oracle\_report\_status\_per\_validator:** Counter that tracks the number of reports per validator and their vote status (absent, missing\_price, with\_price).
