DeleteCPUUtilization deletes the CPU utilization server metric to prevent it from being sent.
()
| 104 | // DeleteCPUUtilization deletes the CPU utilization server metric to |
| 105 | // prevent it from being sent. |
| 106 | DeleteCPUUtilization() |
| 107 | |
| 108 | // SetMemoryUtilization sets the memory utilization server metric. Must be |
| 109 | // in the range [0, 1]. |
no outgoing calls