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
|`container.cpu.limit.utilization`| ObservableGauge |`1`| The CPU consumption of the running containerized application relative to resource limit in range `[0, 1]`. |
89
89
90
-
Available starting in: .NET 8.8.0.
90
+
Available starting in`Microsoft.Extensions.Diagnostics.ResourceMonitoring` 8.8.0.
91
91
92
92
##### Metric: `container.cpu.request.utilization`
93
93
@@ -97,7 +97,7 @@ The instrument is only available on a system running on containers on Linux.
|`container.cpu.request.utilization`| ObservableGauge |`1`| The CPU consumption of the running containerized application relative to resource request in range `[0, 1]`. |
99
99
100
-
Available starting in: .NET 8.8.0.
100
+
Available starting in`Microsoft.Extensions.Diagnostics.ResourceMonitoring` 8.8.0.
101
101
102
102
##### Metric: `container.cpu.time`
103
103
@@ -107,7 +107,7 @@ The instrument is only available on a system running on a container either on Wi
|`container.memory.limit.utilization`| ObservableGauge |`1`| The memory consumption of the running containerized application relative to resource limit in range `[0, 1]`. |
119
119
120
-
Available starting in: .NET 8.8.0.
120
+
Available starting in`Microsoft.Extensions.Diagnostics.ResourceMonitoring` 8.8.0.
121
121
122
122
##### Metric: `container.memory.usage`
123
123
@@ -127,7 +127,7 @@ The instrument is only available on a system running on containers either on Win
0 commit comments