Skip to content

Commit

Permalink
usage -> utilization
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Jan 29, 2022
1 parent f1dffdd commit 7dad51a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ All JVM metric attributes are required unless otherwise indicated.
| Name | Description | Unit | Unit ([UCUM](README.md#instrument-units)) | Instrument Type | Value Type | Attribute Key | Attribute Values |
|------------------------------------------------|----------------------------------------------------------|---------|-------------------------------------------|----------------------------|------------|---------------|-----------------------|
| process.runtime.jvm.cpu.time | The CPU time used by the process | seconds | `s` | Asynchronous Counter | Double | | |
| process.runtime.jvm.cpu.usage | The "recent cpu usage" for the process | 1 | 1 | Gauge | Double | | |
| process.runtime.jvm.cpu.utilization | The "recent cpu usage" for the process | 1 | 1 | Gauge | Double | | |
| process.runtime.jvm.common.pool.parallelism | Targeted parallelism level of the common pool | 1 | 1 | Gauge | Int32 | | |
| process.runtime.jvm.system.cpu.usage | The "recent cpu usage" for the whole system | 1 | 1 | Gauge | Double | | |
| process.runtime.jvm.system.cpu.utilization | The "recent cpu usage" for the whole system | 1 | 1 | Gauge | Double | | |
| process.runtime.jvm.system.cpu.count | Number of processors available to use | 1 | 1 | Gauge | Int32 | | |
| process.runtime.jvm.system.cpu.load.average.1m | Average CPU load of the whole system for the last minute | 1 | 1 | Gauge | Double | | |

0 comments on commit 7dad51a

Please sign in to comment.