Skip to content

Commit 22ac0ea

Browse files
authored
Add cpu_entitlement to v3 docs in process stats object (#4961)
1 parent 98eb41d commit 22ac0ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/v3/source/includes/resources/processes/_stats_object.md.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Name | Type | Description
1919
**usage** | _object_ | Object containing actual usage data for the instance; the value is `{}` when usage data is unavailable
2020
**usage.time** | _[timestamp](#timestamps)_ | The time when the usage was requested
2121
**usage.cpu** | _number_ | The current cpu usage of the instance
22+
**usage.cpu_entitlement** | _number_ | The current cpu usage relative to the instance's cpu entitlement; the value is `null` when cpu entitlement data is unavailable
2223
**usage.mem** | _integer_ | The current memory usage of the instance
2324
**usage.disk** | _integer_ | The current disk usage of the instance
2425
**usage.log_rate** | _integer_ | The current logging usage of the instance

0 commit comments

Comments
 (0)