gianm commented on code in PR #16472: URL: https://github.com/apache/druid/pull/16472#discussion_r1608983674
########## docs/operations/metrics.md: ########## @@ -516,8 +516,12 @@ These metrics are available on operating systems with the cgroup kernel feature. |------|-----------|----------|------------| |`cgroup/cpu/shares`|Relative value of CPU time available to this process. Read from `cpu.shares`.||Varies| |`cgroup/cpu/cores_quota`|Number of cores available to this process. Derived from `cpu.cfs_quota_us`/`cpu.cfs_period_us`.||Varies. A value of -1 indicates there is no explicit quota set.| +|`cgroup/cpu/usage/percentage`|Total cpu percentage used by cgroup of process that is running||0-100| Review Comment: Is it possible to split this up by type of CPU usage? (user, sys, iowait, etc)? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
