> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/automation-platform/workshops/duplocloud-101-for-aws/daily-operations-using-duplocloud/3.-observability/standard-observability.md).

# Standard Observability

**Standard Observability** provides basic monitoring for Services and Containers, including logs, metrics, and cloud spend.

DuploCloud also offers an add-on observability service called the Advanced Observability Suite (AOS). For daily operations using the AOS, see [Advanced Observability Suite (AOS)](/docs/automation-platform/workshops/duplocloud-101-for-aws/daily-operations-using-duplocloud/3.-observability/advanced-observability-suite-aos.md).

## Prerequisites

* **Set up the Standard Observability Suite** for your Infrastructure. For instructions on enabling logging and metrics, see [Setup for the Standard Observability Suite](https://docs.duplocloud.com/docs/automation-platform/diagnostics-overview/standard-observability-suite/setup).

## Standard Dashboard

### Accessing the Standard Dashboard

1. Navigate to the Standard Observability dashboard:
   * For Administrators, navigate to: **Administrator** → **Observability** → **Standard** → **Dashboard**
   * For Tenant users, navigate to: **Observability** → **Standard** → **Dashboard**

The Dashboard shows a high-level overview of your Tenant’s cloud resources and usage including:

* **Cloud Spend:** Current month and top services by cost.
* **Resources:** Counts of Services, Containers, Databases, Buckets, and any Faults.
* **Kubernetes / Docker:** Deployed Services and Containers.
* **Logs:** Access and view logs collected from Services and Containers.
* **Metrics:** Monitor CPU, memory, and other performance metrics for your resources.

<figure><img src="/files/5adkx5qVGSqDdW2nkpDz" alt=""><figcaption></figcaption></figure>

## Logging

### Viewing Logging with OpenSearch

1. From the Standard Dashboard, click **Logs** to view log data in OpenSearch.
2. Choose what to view:
   * **Administrators:** Filter logs by Tenant using the **Tenant** list box.
   * **Tenant users:** Filter logs by Service using the **Service** list box.

<figure><img src="/files/R9R9yKcpGwdArmrFyhgo" alt=""><figcaption><p>Logging data for the nginx Service</p></figcaption></figure>

## Metrics

### Viewing Metrics

1. To access metrics in Standard Observability, choose the appropriate navigation path based on the scope you need:
   * **Resource-wide metrics for administrators:** navigate to **Administrator** → **Observability** → **Standard**, and click **Metrics**.
   * **Tenant-level metrics**: navigate to **Observability** → **Standard**, and click **Metrics**.

<figure><img src="/files/0sEuoWVkP4ovY1V4Ru7n" alt=""><figcaption></figcaption></figure>

## Other Observability Features

* **Cloud Spend:** View current month spending and top services by cost.
* **Kubernetes / Docker metrics:** Monitor CPU, memory, and container performance for your Services and Containers.
* **Audit Logs:** Track user and system activity across your DuploCloud environment. See [Audit Logs](/docs/automation-platform/workshops/duplocloud-101-for-aws/daily-operations-using-duplocloud/5.-audit-logs.md) for details.

Click any card to open the corresponding dashboard for more details.\
\
For advanced observability features, see the [Standard Observability documentation](/docs/automation-platform/diagnostics-overview/standard-observability-suite.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/workshops/duplocloud-101-for-aws/daily-operations-using-duplocloud/3.-observability/standard-observability.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.
