# Dashboards

The DuploCloud AOS dashboards are a gateway to the detailed Grafana dashboards, serving two purposes:

* **SSO and Authentication Proxy**: The Grafana dashboards reside on a private network. DuploCloud acts as an authentication layer, connecting the same single sign-on (the DuploCloud login) to a Grafana session.
* **Summarizing Links**: While AOS contains many pre-configured Grafana dashboards, you can create quick links with descriptions of the ones you use most frequently. See [Customizing Dashboards](/docs/automation-platform/diagnostics-overview/advanced-observability-suite/dashboards/customizing-dashboards.md) for more information.

## Administrator and Tenant AOS Dashboards

Depending on your [role ](/docs/automation-platform/access-control.md)(Administrator or User), you can access the Advanced Observability Suite dashboard from two locations in the DuploCloud Portal.

1. The [Administrator AOS Dashboard](/docs/automation-platform/diagnostics-overview/advanced-observability-suite/dashboards/administrator-dashboard.md) displays cloud data across all resources and allows you to select DuploCloud Infrastructures. To use it, navigate to **Administrator** -> **Observability** -> **Advanced** -> **Dashboard** in the DuploCloud Portal.
2. The [Tenant AOS Dashboard](/docs/automation-platform/diagnostics-overview/advanced-observability-suite/dashboards/tenant-dashboard.md) displays data by Tenant. To use it, navigate to **Observability** -> **Advanced** -> **Dashboard** in the DuploCloud Portal.

## Grafana Dashboards

The integration between DuploCloud AOS and Grafana ensures that you can seamlessly transition between high-level monitoring and detailed data analysis. Whether you need to troubleshoot a log entry, trace a request’s path, monitor resource usage, or track performance metrics, the ability to click through from the AOS Dashboard to the corresponding Grafana dashboards makes it easier to investigate and resolve issues.

From the DuploCloud AOS Dashboards, you can navigate directly to the Grafana dashboards for detailed data:

* **Service Overview Dashboard**: Click the Grafana link from the AOS dashboard and navigate to **Integration-APM** -> **Service Overview Dashboard.** This dashboard provides a high-level summary of the performance of your services, showing key metrics such as request rates, error rates, and other service-level indicators. It allows you to monitor the health of your services and quickly identify any issues that may need attention.
* From the **DuploCloud AOS Dashboard**, you can easily navigate to corresponding **Grafana dashboards** for deeper insights. Simply click the links in the following panels to access detailed data:
  * **Logs**: Dive into the **Grafana Logging Dashboard** for log analysis and troubleshooting.
  * **Tracing**: Explore request flows and trace performance issues using the **Grafana Tracing Dashboard**.
  * **Metrics**: Click through to the **Grafana Metrics Dashboards** to analyze key performance metrics.
  * **K8s/Docker**: Monitor Kubernetes clusters and Docker containers by accessing the **Grafana Kubernetes Dashboards**.
  * **Profiles**: Track service, user, and tenant activity via the **Grafana Profiles Dashboards**.


---

# 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.duplocloud.com/docs/automation-platform/diagnostics-overview/advanced-observability-suite/dashboards.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.
