Skip to content

Commit 4611148

Browse files
update descriptions
1 parent dccdb9e commit 4611148

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/static-web-apps/metrics.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: static-web-apps
55
author: craigshoemaker
66
ms.service: azure-static-web-apps
77
ms.topic: how-to
8-
ms.date: 12/18/2024
8+
ms.date: 12/20/2024
99
ms.author: cshoe
1010
ms.custom:
1111
---
@@ -14,22 +14,22 @@ ms.custom:
1414

1515
Azure Static Web Apps collects a series of metrics when you add a managed API to your application.
1616

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:
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:
1818

1919
| Name | Description |
2020
|---|---|
2121
| `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 |
22+
| `CdnPercentageOf4XX` | Percentage of requests that result in `400` series server responses. |
23+
| `CdnPercentageOf5XX` | Percentage of requests that result in `500` series server responses. |
24+
| `CdnRequestCount` | Number of requests that make it to the site when enterprise grade edge is enabled. |
25+
| `CdnResponseSize` | Size of CDN responses in bytes. |
26+
| `CdnTotalLatency` | Time, measured in milliseconds, representing the CDN latency. |
27+
| `DataApiErrors` | Number of errors produced from API calls. |
28+
| `DataApiHits` | Number of hit to API endpoints. |
29+
| `FunctionErrors` | Number of errors encounter by managed API functions. |
30+
| `FunctionHits` | Number of hits to managed API functions. |
31+
| `SiteErrors` | Number of errors encountered by the website. |
32+
| `SiteHits` | Number of hits to the website. |
3333

3434
## Related content
3535

0 commit comments

Comments
 (0)