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

# Aggregate Analytics

> Get a cross-app overview of capacity, traffic, and health across every serverless app you own.

While [App Analytics](/docs/documentation/serverless/observability/app-analytics) drills into a single app, the aggregate analytics dashboard answers the higher-level question: how is *everything* you have deployed doing right now? It opens automatically at the top of the [Apps page](https://fal.ai/dashboard/apps) and summarizes capacity, traffic, and per-app activity across all of your apps in one place. This is especially useful once you are running tens of apps -- whether they are stages of one pipeline or independent endpoints -- and need to spot problems without clicking into each one.

<Frame>
  <iframe className="w-full aspect-video rounded-lg" srcdoc="<style>*{padding:0;margin:0;overflow:hidden}html,body{height:100%}img,span{position:absolute;width:100%;top:0;bottom:0;margin:auto}span{height:1.5em;text-align:center;font:48px/1.5 sans-serif;color:white;text-shadow:0 0 0.5em black}</style><a href='https://www.youtube.com/embed/Fw1DkM7eNPI?start=130&end=343&autoplay=1'><img src='/docs/docs/images/video-thumbs/aggregate-analytics.jpg' alt='Aggregate Analytics - fal Serverless'><span>▶</span></a>" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />
</Frame>

## What the Overview Shows

The dashboard at the top of the Apps page combines several components that aggregate across every app you own:

* **GPU and CPU distribution** -- how your active runners are split across machine types (H100, H200, A100, L40, B200, RTX 6000, and CPU classes), so you can see where your capacity is concentrated.
* **Top apps** -- your highest-volume apps over the selected window (for example, the last 6 hours) by total requests.
* **Requests by status code** -- aggregate request traffic broken down by success, user errors, and server errors.
* **Request traffic** -- requests per second across all apps combined.
* **Requests by app** -- a stacked chart showing which apps are contributing the most requests to your combined usage.

## Organizing and Scanning Many Apps

Alongside the charts, the Apps page gives you tools to manage a large fleet of apps at a glance:

* **List view** -- a compact row-based layout that makes it practical to work with tens of apps. Each row surfaces key metrics (runners, error rate, latency) plus a per-app request breakdown by status code over time, so you can quickly scan for apps with a high runner count or an elevated error rate.
* **Tags** -- label apps by modality, team, project, or any scheme that fits your workflow (for example, tag an upscaler app as `upscaler` or a streaming app as `real-time`), each with its own color.
* **Filtering** -- filter the listing by tag to instantly narrow down to a group of apps, then drill into any specific app that needs a closer look.

## From Overview to Root Cause

The aggregate view is the starting point of the observability workflow. Use it to notice something worth investigating -- an app with a spike in errors, or a machine type consuming more capacity than expected -- then drill into that app's [App Analytics](/docs/documentation/serverless/observability/app-analytics), [Requests](/docs/documentation/serverless/observability/monitor-performance), [Runner Analytics](/docs/documentation/serverless/observability/runner-analytics), or [Logs](/docs/documentation/serverless/observability/logs) to find the root cause.

<CardGroup cols={2}>
  <Card title="App Analytics" icon="chart-mixed" href="/docs/documentation/serverless/observability/app-analytics">
    Per-app request metrics, latency percentiles, and cold boot rate
  </Card>

  <Card title="Runner Analytics" icon="server" href="/docs/documentation/serverless/observability/runner-analytics">
    Cold start stages, telemetry, and per-runner debugging
  </Card>

  <Card title="Error Analytics" icon="triangle-exclamation" href="/docs/documentation/serverless/observability/error-analytics">
    Error rates, patterns, and failure breakdown
  </Card>

  <Card title="Manage Deployments" icon="layer-group" href="/docs/documentation/deployment/manage-deployments">
    List apps, manage versions, and organize with tags
  </Card>
</CardGroup>
