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 @@ -69,6 +69,7 @@ The `Microsoft.Extensions.Diagnostics.ResourceMonitoring` metrics report resourc
69
69
70
70
- [ ` container.cpu.limit.utilization ` ] ( #metric-containercpulimitutilization )
71
71
- [ ` container.cpu.request.utilization ` ] ( #metric-containercpurequestutilization )
72
+ - [ ` container.cpu.time ` ] ( #metric-containercputime )
72
73
- [ ` container.memory.limit.utilization ` ] ( #metric-containermemorylimitutilization )
73
74
- [ ` container.memory.usage ` ] ( #metric-containermemoryusage )
74
75
- [ ` process.cpu.utilization ` ] ( #metric-processcpuutilization )
@@ -98,6 +99,16 @@ The instrument is only available on a system running on containers on Linux.
98
99
99
100
Available starting in: .NET 8.8.0.
100
101
102
+ ##### Metric: ` container.cpu.time `
103
+
104
+ The instrument is only available on a system running on a container either on Windows or Linux.
105
+
106
+ | Name | Instrument Type | Unit (UCUM) | Description |
107
+ | ---- | --------------- | ----------- | ----------- |
108
+ | ` container.cpu.time ` | ObservableCounter | ` s ` | CPU time used by the container. |
109
+
110
+ Available starting in: .NET 9.8.0.
111
+
101
112
##### Metric: ` container.memory.limit.utilization `
102
113
103
114
The instrument is only available on a system running on containers both on Windows and Linux.
You can’t perform that action at this time.
0 commit comments