> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.sqd.dev/feedback

```json
{
  "path": "/en/cloud/resources/monitoring",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Monitoring

> Monitor SQD Cloud squids with built-in Prometheus endpoints — collect metrics from processor and GraphQL services for dashboards and alerting.

Each deployed squid version exposes Prometheus metrics for external monitoring with e.g. Grafana.

## Processor metrics

The processor metrics are available at

* `https: "//$\{org\}.squids.live/$\{name\}@$\{slot\}/processors/$\{processor\}/metrics`, and at"
* `https: "//$\{org\}.squids.live/$\{name\}:$\{tag\}/processors/$\{processor\}/metrics` for each tag attached to the slot."

See the [slots and tags guide](/en/cloud/resources/slots-and-tags).

`$\{processor\}` here is the processor name; it defaults to `processor` unless specified.

The metrics are documented inline. They include some values reflecting the squid health:

* `sqd_processor_last_block`. The last processed block.
* `sqd_processor_chain_height`. Current chain height as reported by the RPC endpoint (when [RPC ingestion](/en/sdk/squid-sdk/resources/unfinalized-blocks) is enabled) or by [SQD Network](/en/network/overview) (when it is disabled).

Inspect the metrics endpoint for a full list.

## Postgres metrics

Postgres metrics will be available in the future SQD Cloud releases.

## API metrics

API metrics will be available in the future SQD Cloud releases.
