# Application Metrics

> Monitor resource allocation and request metrics.

- **Category**: Observe & Operate
- **Last Verified**: 2026-07-14

Observability graphs display allocated system resources and network ingress details.

## Understanding Resource Utilization

> [!INFO]
> Allocated CPU and memory values reflect the requested compute boundaries assigned to your Knative container container, NOT the actual real-time application utilization. Use application-level APMs if you require precise inline heap profiling.

## Querying Metrics via CLI

```bash
kubeletto status my-service --watch
```

