SetCPUUtilization sets the CPU utilization server metric. Must be greater than zero.
(float64)
| 101 | // SetCPUUtilization sets the CPU utilization server metric. Must be |
| 102 | // greater than zero. |
| 103 | SetCPUUtilization(float64) |
| 104 | // DeleteCPUUtilization deletes the CPU utilization server metric to |
| 105 | // prevent it from being sent. |
| 106 | DeleteCPUUtilization() |
no outgoing calls