Skip to content

Commit afde3c8

Browse files
authored
Fix incorrect .NET version numbers in built-in-metrics-diagnostics.md (#47584)
1 parent 760fe34 commit afde3c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/core/diagnostics/built-in-metrics-diagnostics.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The instrument is only available on a system running on containers both on Windo
8787
| ---- | --------------- | ----------- | ----------- |
8888
| `container.cpu.limit.utilization` | ObservableGauge | `1` | The CPU consumption of the running containerized application relative to resource limit in range `[0, 1]`. |
8989

90-
Available starting in: .NET 8.8.0.
90+
Available starting in `Microsoft.Extensions.Diagnostics.ResourceMonitoring` 8.8.0.
9191

9292
##### Metric: `container.cpu.request.utilization`
9393

@@ -97,7 +97,7 @@ The instrument is only available on a system running on containers on Linux.
9797
| ---- | --------------- | ----------- | ----------- |
9898
| `container.cpu.request.utilization` | ObservableGauge | `1` | The CPU consumption of the running containerized application relative to resource request in range `[0, 1]`. |
9999

100-
Available starting in: .NET 8.8.0.
100+
Available starting in `Microsoft.Extensions.Diagnostics.ResourceMonitoring` 8.8.0.
101101

102102
##### Metric: `container.cpu.time`
103103

@@ -107,7 +107,7 @@ The instrument is only available on a system running on a container either on Wi
107107
| ---- | --------------- | ----------- | ----------- |
108108
| `container.cpu.time` | ObservableCounter | `s` | CPU time used by the container. |
109109

110-
Available starting in: .NET 9.8.0.
110+
Available starting in `Microsoft.Extensions.Diagnostics.ResourceMonitoring` 9.8.0.
111111

112112
##### Metric: `container.memory.limit.utilization`
113113

@@ -117,7 +117,7 @@ The instrument is only available on a system running on containers both on Windo
117117
| ---- | --------------- | ----------- | ----------- |
118118
| `container.memory.limit.utilization` | ObservableGauge | `1` | The memory consumption of the running containerized application relative to resource limit in range `[0, 1]`. |
119119

120-
Available starting in: .NET 8.8.0.
120+
Available starting in `Microsoft.Extensions.Diagnostics.ResourceMonitoring` 8.8.0.
121121

122122
##### Metric: `container.memory.usage`
123123

@@ -127,7 +127,7 @@ The instrument is only available on a system running on containers either on Win
127127
| ---- | --------------- | ----------- | ----------- |
128128
| `container.memory.usage` | ObservableUpDownCounter | `By` | Memory usage of all processes in the container measured in bytes. |
129129

130-
Available starting in: .NET 9.8.0.
130+
Available starting in `Microsoft.Extensions.Diagnostics.ResourceMonitoring` 9.8.0.
131131

132132
##### Metric: `process.cpu.utilization`
133133

0 commit comments

Comments
 (0)