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
| Resiliency Request Timeouts | Revision | Total requests that timed out waiting for a response |`ResiliencyRequestTimeouts`| n/a |
37
-
| Resiliency Requests Pending Connection Pool | Replica | Total requests pending a connection pool connection |`ResiliencyRequestsPendingConnectionPool`| n/a |
38
-
| Total Reserved Cores | None | Total cores reserved for the container app |`TotalCoresQuotaUsed`| n/a |
39
-
40
-
The metrics namespace is `microsoft.app/containerapps`.
24
+
| CPU Usage | Replica, Revision | CPU consumed by the container app, in nano cores (1,000,000,000 nanocores = 1 core) |`UsageNanoCores`| Nanocores |
25
+
| Memory Working Set Bytes | Replica, Revision | Container app working set memory used in bytes |`WorkingSetBytes`| Bytes |
26
+
| Network In Bytes | Replica, Revision | Network received bytes |`RxBytes`| Bytes |
| Resiliency Request Timeouts | Revision | Total requests that timed out waiting for a response |`ResiliencyRequestTimeouts`| Count |
37
+
| Resiliency Requests Pending Connection Pool | Replica | Total requests pending a connection pool connection |`ResiliencyRequestsPendingConnectionPool`| Count |
38
+
| Total Reserved Cores | None | Total cores reserved for the container app |`TotalCoresQuotaUsed`| Count |
39
+
| Average Response Time (Preview) | Status Code, Status Code Category | Average response time per status code |`ResponseTime`| Milliseconds |
40
+
| CPU Usage Percentage (Preview) | Replica | Percentage of CPU limit used, in percentage points |`CpuPercentage`| Percent |
41
+
| Memory Percentage (Preview) | Replica | Percentage of memory limit used, in percentage points |`MemoryPercentage`| Percent |
42
+
43
+
The metrics namespace is `Microsoft.App/containerapps`.
41
44
42
45
> [!NOTE]
43
46
> Replica restart count is the aggregate restart count over the specified time range, not the number of restarts that occurred at a point in time.
44
47
48
+
Container Apps environments provides this basic metric. You can only view this metric in [Azure Monitor metrics](https://ms.portal.azure.com/?feature.allrts=true#view/Microsoft_Azure_Monitoring/AzureMonitoringBrowseBlade/~/metrics).
49
+
50
+
| Title | Dimensions | Description | Metric ID | Unit |
51
+
|--|--|--|--|--|
52
+
| Workload Profile Node Count (Preview) | Workload Profile Name | The node count per workload profile |`NodeCount`| Count |
53
+
54
+
The metrics namespace is `Microsoft.App/managedEnvironments`.
55
+
45
56
More runtime specific metrics are available, [Java metrics](./java-metrics.md).
0 commit comments