diff --git a/specification/system/system-metrics.md b/specification/system/system-metrics.md index 6789bd42c2..80c5ea695c 100644 --- a/specification/system/system-metrics.md +++ b/specification/system/system-metrics.md @@ -39,8 +39,8 @@ instruments not explicitly defined in the specification. | | | | | | cpu | CPU number [0..n-1] | | system.cpu.utilization | Difference in system.cpu.time since the last measurement, divided by the elapsed time and number of CPUs | 1 | Gauge | Double | state | idle, user, system, interrupt, etc. | | | | | | | cpu | CPU number (0..n) | -| system.cpu.physical.count | Reports the number of available physical CPUs - may change over time | 1 | UpDownCounters | Int64 | | | -| system.cpu.virtual.count | Reports the number of available virtual CPUs - may change over time | 1 | UpDownCounters | Int64 | | | +| system.cpu.physical.count | Reports the number of available physical CPUs - may change over time | {cpu} | UpDownCounters | Int64 | | | +| system.cpu.logical.count | Reports the number of available logical CPUs - may change over time | {cpu} | UpDownCounters | Int64 | | | ### `system.memory.` - Memory metrics