# Monitoring

Monitoring in Blocktorch plays an important role in enhancing the observability of your dApp and becoming data driven. By leveraging continuous monitoring, blocktorch enables you to detect anomalies, understand transaction flows, and ensure the integrity and reliability of your dApp.

### Blocktorch's Monitoring Capabilities

* **Cross-chain & source:** Blocktorch allows monitoring metrics across chains, across smart contracts, across functions
* **Real-time Monitoring**: Blocktorch provides real-time insights into all the supported [data sources](/concepts/data-sources.md) and its metadata like transactions, state changes, block spaces, etc, enabling immediate detection of issues.
* **Custom Alerts**: Blocktorch allows setting up customized alerts for specific events or anomalies, facilitating prompt response to critical incidents.
* **Dashboarding:** All your monitors come with a [custom graph](/use-cases/dashboarding/custom-graphs.md) of the data you want to monitor to visualize the data.&#x20;
* **Performance Analysis**: Users of our closed beta feature can access detailed reports and analytics on a weekly basis to optimize the efficiency and speed of their DApps. If you are interested in receiving weekly performance reports on your stack please [request access to the feature](mailto:contact@blocktorch.xyz).
* **Automated Actions**: Users of our closed beta feature can unlock automated actions that get triggered off-chain or on-chain based on specific events being fired or monitor alerts being tiggered. If you are interested in utilizing automated actions [request access to the feature](mailto:contact@blocktorch.xyz).

### Monitor overview

To see the overview of all your monitors navigate to Monitors.&#x20;

You can [search for specific monitors ](/use-cases/searching.md#general-searching-in-blocktorch)with the search bar on top.

The timeframe the monitors are visualized on are by default `1 hour.` You can change the timeframe with the date picker to `15 minutes` or `1 day`.&#x20;

The red horizontal line always indicates your set target of the monitor.

<figure><img src="/files/OUIkJhUuKtNIxNUAz8On" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.blocktorch.xyz/use-cases/monitoring.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
