> ## Documentation Index
> Fetch the complete documentation index at: https://unkey.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Observability

> Monitor your Unkey deployments with built-in observability tools including HTTP request logs, runtime application logs, and performance metrics.

<Info>
  Unkey Deploy is in public beta. To try it, open the product switcher in the
  top-left of the dashboard and select **Deploy**. During beta, deployed
  resources are free. We're eager for feedback, so let us know what you think
  on [Discord](https://unkey.com/discord), [X](https://x.com/unkeydev), or
  email [support@unkey.com](mailto:support@unkey.com).
</Info>

Every project in Unkey Deploy includes built-in observability so you can inspect what your app is doing without adding extra tooling.

## What you get

Each project provides three types of observability data:

* [Logs](/observability/logs). Runtime output (stdout and stderr) from your app, with filtering by severity, deployment, environment, and message content
* [Requests](/observability/requests). Every HTTP request that passes through [Sentinel](/platform/sentinel/overview) to your app, including method, path, status code, headers, bodies, and a full latency breakdown
* [Metrics](/observability/metrics). RPS and latency charts on each deployment's overview page

## Where to find it

Navigate to your project in the dashboard. The **Logs** and **Requests** tabs are at the top of the project overview. Deployment-level metrics are on each deployment's detail page.

## Retention

Runtime logs are retained for 90 days. Request logs are retained for 30 days. Metrics are available for the lifetime of the deployment.
