---
title: "Monitoring & publish metrics"
description: "Watch traffic and health of your published app from the publish dashboard."
url: https://evonx.ai/docs/launch/monitoring
locale: en
updated: 2026-09-04
---

# Monitoring & publish metrics

Watch traffic and health of your published app from the publish dashboard.

After you publish, the **Publish** tab includes a monitoring panel: how many
requests the live app served, how many failed, and how that looks over the last
day (or a longer range). It refreshes on its own so you do not have to babysit
it.

## What the charts show

- **Served vs failed** — successful traffic against 4xx and 5xx responses.
- **Error rate** — failed requests as a share of the total, when there is enough
  traffic to mean something.
- **Time range** — switch between 24 hours and the other windows the panel
  offers when you are hunting a spike.

1. Open the project, go to **Publish**, and scroll to **Monitoring**.

2. After every release, glance at the next hour: a new error burst that started
   with the publish is a rollback candidate — see
   [Publish to an Evonx address](/docs/launch/publish-to-evonx).

3. When a user reports a problem, check whether the app is failing for everyone
   (error rate up) or only for them (charts quiet — look at the flow in a
   preview or in the app itself).

> **Tip**
> Quiet charts are information too. A published Garage Usta with no requests all
> morning may mean nobody opened it yet — or that DNS for a
> [custom domain](/docs/launch/custom-domains) is still propagating.

This panel is about **live traffic**. Code quality and recommended fixes live on
[Health checks & recommendations](/docs/launch/health-checks).

## Related

- [Publish to an Evonx address](/docs/launch/publish-to-evonx) — versions and
  rollback when monitoring says the release is the problem.
- [Reading preview logs](/docs/preview-and-debug/reading-logs) — the same idea
  of watching output, before anything is public.
