# Administrator Dashboard

The **Administrator AOS Dashboard** displays cloud data across all resources and infrastructures. It is only accessible to Administrators.

To access it, navigate to **Administrator** -> **Observability** -> **Advanced** -> **Dashboard**.

<figure><img src="/files/nDipciwNUl9I5WZ7zABO" alt=""><figcaption><p>The <strong>Admin AOS Dashboard</strong> in the DuploCloud Portal</p></figcaption></figure>

## Viewing Admin Cloud Spend Data

The **Cloud Spend** area, on the left side of the **Advanced AOS Dashboard**, offers a comprehensive, real-time view of expenses across all resources.

* **Fin Ops**: The **Fin Ops** button, in the **Cloud Spend** header, opens the DuploCloud **Billing** dashboard, which displays billing details including billing summaries by month or Tenant, billing alerts, and DuploCloud license usage information.
* **Current Month**: Displays cloud expenditures for the current month.
* **Monthly Spend**: Displays spending by month. Use the **Monthly Spend** list box to display spending by week or day.
* **Spend By Service**: Displays a breakdown of spend by Cloud Service.
* **Spend By Tenant**: Highlights expenditures by Tenant.

<div align="left"><figure><img src="/files/M0HB9xzjwvlt1ztpt9Hx" alt="" width="562"><figcaption><p>The <strong>Admin AOS Dashboard</strong>, <strong>Cloud Spend</strong> area</p></figcaption></figure></div>

## Viewing Admin Observability Data

The **Observability** section, on the right side of the **Advanced AOS Dashboard**, gives real-time health and usage data across resources.

* **Infrastructure**: In the **Observability** header, the **Infrastructure** list box allows you to select the Infrastructure for which you wish to view observability details.
* **Grafana**: The **Grafana** button, in the **Observability** header, opens the Grafana console where you can add, customize, or edit your dashboards, query your logs, metrics, and traces, and more. For additional information, see the [Grafana documentation](https://grafana.com/docs/grafana/latest/).

Under the **Observability** header are data cards displaying the following metrics:

* **Resources**: Lists the type and number of DuploCloud resources, such as Tenants, Services, etc.
* **K8s/Docker**: Shows Kubernetes and Docker metrics, providing visibility into containerized workloads.
* **Logs**: Displays logs for troubleshooting and compliance checks across all resources.
* **Metrics**: Displays rate, errors, and duration metrics across Services.
* **Traces**: View traces to monitor request flows and latency, supporting application performance analysis.
* **Profiles**: Access profiling data for in-depth application insights, allowing performance tuning.

For Grafana-generated metrics (e.g., **K8s/Docker**, **Logs**, **Metrics**, **Traces**, **Profiles**), you can click on the card to open the corresponding detailed view in the Grafana console. Additionally, you can [add custom links to the data cards](#adding-custom-links-to-aos-dashboards).

<figure><img src="/files/pnoCN3GJYq2uftXCjlVx" alt=""><figcaption><p>The <strong>Admin AOS Dashboard</strong>, <strong>Observability</strong> area</p></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.duplocloud.com/docs/automation-platform/diagnostics-overview/advanced-observability-suite/dashboards/administrator-dashboard.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.
