# Consolidated View

While most tools focus solely on individual PostgreSQL instance monitoring, Datasentinel provides the additional benefit of a consolidated view

{% hint style="info" %}
Consolidated View is available across essential dashboards like [Session History](https://docs.datasentinel.io/manual/features/key-features/session-history), [Top Queries](https://docs.datasentinel.io/manual/features/key-features/top-queries), and [Top Tables](https://docs.datasentinel.io/manual/features/key-features/top-tables). &#x20;
{% endhint %}

## **High-Availability (HA) Architectures**

Imagine you have a High-Availability architecture composed of a primary database and multiple read replicas. \
By utilizing [Common Tags](https://docs.datasentinel.io/manual/features/tips-and-hints/tags), Datasentinel enables you to analyze the workload across the entire HA setup. This means you get insights into how the data flows, resource usage, and potential bottlenecks in a unified dashboard, simplifying your troubleshooting efforts.

> Discover an example in this [Blog Post](https://www.datasentinel.io/blog/post/aws_rds/) that demonstrates how to monitor AWS RDS instances within a HA architecture that employs cascading replication.

> Consult another example in this [Blog Post](https://www.datasentinel.io/blog/post/ha_cluster/) for further guidance on monitoring High-Availability (HA) architectures

## **Other Use-Cases**

Furthermore, the tool gives you the flexibility to have a global overview of all instances, be it instances running in production, those located in the same datacenter, or even instances managed by the same cloud provider. Such comprehensive insights can be invaluable for optimizing resource allocation and performance.

## **Drill-Down for Analysis**

You still have the ability to drill down into the metrics and workload of any specific instance for a more detailed analysis. This gives you a balanced perspective, from high-level overviews to low-level diagnostics, ensuring that you have all the data you need for effective performance tuning.

## Interactive Demo

{% @arcade/embed flowId="G3pYXBvNx7pxFh1jrgl7" url="<https://app.arcade.software/share/G3pYXBvNx7pxFh1jrgl7>" %}


---

# 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.datasentinel.io/manual/features/tips-and-hints/consolidated-view.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.
