Skip to content

Commit 16ff95f

Browse files
Add metrics article
1 parent cc21e44 commit 16ff95f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

articles/static-web-apps/metrics.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Supported metrics for managed Functions in Azure Static Web Apps
3+
description: List of metrics collected for managed Functions in Azure Static Web Apps
4+
services: static-web-apps
5+
author: craigshoemaker
6+
ms.service: azure-static-web-apps
7+
ms.topic: how-to
8+
ms.date: 12/18/2024
9+
ms.author: cshoe
10+
ms.custom:
11+
---
12+
13+
# Supported metrics for managed Functions in Azure Static Web Apps
14+
15+
Azure Static Web Apps collects a series of metrics when you add a managed API to your application.
16+
17+
To view metrics on your app, open your static web app in the Azure portal and select **Monitoring**. In the *Monitoring* query window, you have the following metrics available:
18+
19+
| Name | Description |
20+
|---|---|
21+
| `BytesSent` | The number of outgoing bytes. |
22+
| `CdnPercentageOf4XX` | TODO |
23+
| `CdnPercentageOf5XX` | TODO |
24+
| `CdnRequestCount` | TODO |
25+
| `CdnResponseSize` | TODO |
26+
| `CdnTotalLatency` | TODO |
27+
| `DataApiErrors` | TODO |
28+
| `DataApiHits` | TODO |
29+
| `FunctionErrors` | TODO |
30+
| `FunctionHits` | TODO |
31+
| `SiteErrors` | TODO |
32+
| `SiteHits` | TODO |
33+
34+
## Related content
35+
36+
* [Monitoring in Azure Static Web Apps](./monitor.md)

0 commit comments

Comments
 (0)