File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ The `Microsoft.Extensions.Diagnostics.ResourceMonitoring` metrics report resourc
70
70
- [ ` container.cpu.limit.utilization ` ] ( #metric-containercpulimitutilization )
71
71
- [ ` container.cpu.request.utilization ` ] ( #metric-containercpurequestutilization )
72
72
- [ ` container.memory.limit.utilization ` ] ( #metric-containermemorylimitutilization )
73
+ - [ ` container.memory.usage ` ] ( #metric-containermemoryusage )
73
74
- [ ` process.cpu.utilization ` ] ( #metric-processcpuutilization )
74
75
- [ ` dotnet.process.memory.virtual.utilization ` ] ( #metric-dotnetprocessmemoryvirtualutilization )
75
76
- [ ` system.network.connections ` ] ( #metric-systemnetworkconnections )
@@ -107,6 +108,16 @@ The instrument is only available on a system running on containers both on Windo
107
108
108
109
Available starting in: .NET 8.8.0.
109
110
111
+ ##### Metric: ` container.memory.usage `
112
+
113
+ The instrument is only available on a system running on containers either on Windows or Linux.
114
+
115
+ | Name | Instrument Type | Unit (UCUM) | Description |
116
+ | ---- | --------------- | ----------- | ----------- |
117
+ | ` container.memory.usage ` | ObservableUpDownCounter | ` By ` | Memory usage of all processes in the container measured in bytes. |
118
+
119
+ Available starting in: .NET 9.8.0.
120
+
110
121
##### Metric: ` process.cpu.utilization `
111
122
112
123
| Name | Instrument Type | Unit (UCUM) | Description |
You can’t perform that action at this time.
0 commit comments