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