go.cpu.state
Developmentenumas of v1.44.0
The state of the CPU.
Examples
- user
- gc
Values (4)
userCPU time spent running user Go code.gcCPU time spent performing garbage collection tasks.scavengeCPU time spent returning unused memory to the underlying platform.idleAvailable CPU time not spent executing any Go or Go runtime code.
Used by
metrics (1)
- go.cpu.time *
* required on that signal.
History
Added as development.