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
|`dotnet.health_check.reports`| Counter |`{report}`| Number of times a health report reported the health status of an application. |
29
+
|`dotnet.health_check.reports`|<xref:System.Diagnostics.Metrics.Counter`1>|`{report}`| Number of times a health report reported the health status of an application. |
|`dotnet.health_check.unhealthy_checks`| Counter |`{unhealthy_check}`| Number of times a health check reported the health status of an application as `Degraded` or `Unhealthy`. |
49
+
|`dotnet.health_check.unhealthy_checks`|<xref:System.Diagnostics.Metrics.Counter`1>|`{unhealthy_check}`| Number of times a health check reported the health status of an application as `Degraded` or `Unhealthy`. |
|`container.cpu.limit.utilization`| ObservableGauge |`1`| The CPU consumption of the running containerized application relative to resource limit in range `[0, 1]`. |
88
+
|`container.cpu.limit.utilization`|<xref:System.Diagnostics.Metrics.ObservableGauge`1>|`1`| The CPU consumption of the running containerized application relative to resource limit in range `[0, 1]`. |
89
89
90
90
Available starting in `Microsoft.Extensions.Diagnostics.ResourceMonitoring` 8.8.0.
91
91
@@ -95,7 +95,7 @@ The instrument is only available on a system running on containers on Linux.
95
95
96
96
| Name | Instrument Type | Unit (UCUM) | Description |
|`container.cpu.request.utilization`| ObservableGauge |`1`| The CPU consumption of the running containerized application relative to resource request in range `[0, 1]`. |
98
+
|`container.cpu.request.utilization`|<xref:System.Diagnostics.Metrics.ObservableGauge`1>|`1`| The CPU consumption of the running containerized application relative to resource request in range `[0, 1]`. |
99
99
100
100
Available starting in `Microsoft.Extensions.Diagnostics.ResourceMonitoring` 8.8.0.
101
101
@@ -105,7 +105,7 @@ The instrument is only available on a system running on a container either on Wi
105
105
106
106
| Name | Instrument Type | Unit (UCUM) | Description |
|`container.memory.limit.utilization`| ObservableGauge |`1`| The memory consumption of the running containerized application relative to resource limit in range `[0, 1]`. |
118
+
|`container.memory.limit.utilization`|<xref:System.Diagnostics.Metrics.ObservableGauge`1>|`1`| The memory consumption of the running containerized application relative to resource limit in range `[0, 1]`. |
119
119
120
120
Available starting in `Microsoft.Extensions.Diagnostics.ResourceMonitoring` 8.8.0.
121
121
@@ -125,35 +125,35 @@ The instrument is only available on a system running on containers either on Win
125
125
126
126
| Name | Instrument Type | Unit (UCUM) | Description |
|`container.memory.usage`| ObservableUpDownCounter |`By`| Memory usage of all processes in the container measured in bytes. |
128
+
|`container.memory.usage`|<xref:System.Diagnostics.Metrics.ObservableUpDownCounter`1>|`By`| Memory usage of all processes in the container measured in bytes. |
129
129
130
130
Available starting in `Microsoft.Extensions.Diagnostics.ResourceMonitoring` 9.8.0.
131
131
132
132
##### Metric: `process.cpu.utilization`
133
133
134
134
| Name | Instrument Type | Unit (UCUM) | Description |
|`process.cpu.utilization`| ObservableGauge |`1`| The CPU consumption of the running application in range `[0, 1]`. |
136
+
|`process.cpu.utilization`|<xref:System.Diagnostics.Metrics.ObservableGauge`1>|`1`| The CPU consumption of the running application in range `[0, 1]`. |
|`dotnet.process.memory.virtual.utilization`| ObservableGauge |`1`| The memory consumption of the running application in range `[0, 1]`. |
144
+
|`dotnet.process.memory.virtual.utilization`|<xref:System.Diagnostics.Metrics.ObservableGauge`1>|`1`| The memory consumption of the running application in range `[0, 1]`. |
145
145
146
-
Available starting in: .NET 8.0.
146
+
Available starting in: .NET 8.
147
147
148
148
##### Metric: `system.network.connections`
149
149
150
150
| Name | Instrument Type | Unit (UCUM) | Description |
0 commit comments