> ## 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>
  Deploying applications on Unkey is in public beta. To try it, select
  **Projects** in the dashboard sidebar and create a project. Deployed
  resources are free until August 1, 2026. 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 on Unkey 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](/docs/observability/logs). Runtime output (stdout and stderr) from your app, with filtering by severity, deployment, environment, and message content
* [Requests](/docs/observability/requests). Every HTTP request that passes through [the gateway](/docs/platform/gateway/overview) to your app, including method, path, status code, headers, bodies, and a full latency breakdown
* [Metrics](/docs/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.
