Skip to content

Commit

Permalink
Update docs/system/system-metrics.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitrii Anoshin <[email protected]>
  • Loading branch information
frzifus and dmitryax authored Jul 18, 2023
1 parent dd4cf63 commit 74cd430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/system/system-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ NOTE: Logical CPU refers to the virtual cores created by the operating system to
| | | | | | cpu | Logical 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 logical CPUs | 1 | Gauge | Double | state | idle, user, system, interrupt, etc. |
| | | | | | cpu | Logical CPU number (0..n) |
| 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.cpu.physical.count | Reports the number of available physical CPUs (actual physical processor cores on the hardware) | {cpu} | UpDownCounters | Int64 | | |
| system.cpu.logical.count | Reports the number of available logical CPUs (virtual processor cores created by the operating system to manage multitasking) | {cpu} | UpDownCounters | Int64 | | |

### `system.memory.` - Memory metrics

Expand Down

0 comments on commit 74cd430

Please sign in to comment.