You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/static-web-apps/metrics.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: static-web-apps
5
5
author: craigshoemaker
6
6
ms.service: azure-static-web-apps
7
7
ms.topic: how-to
8
-
ms.date: 12/18/2024
8
+
ms.date: 12/20/2024
9
9
ms.author: cshoe
10
10
ms.custom:
11
11
---
@@ -14,22 +14,22 @@ ms.custom:
14
14
15
15
Azure Static Web Apps collects a series of metrics when you add a managed API to your application.
16
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:
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
18
19
19
| Name | Description |
20
20
|---|---|
21
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|
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.|
0 commit comments