SetMemoryUtilization sets the memory utilization server metric. Must be in the range [0, 1].
(float64)
| 108 | // SetMemoryUtilization sets the memory utilization server metric. Must be |
| 109 | // in the range [0, 1]. |
| 110 | SetMemoryUtilization(float64) |
| 111 | // DeleteMemoryUtilization deletes the memory utilization server metric to |
| 112 | // prevent it from being sent. |
| 113 | DeleteMemoryUtilization() |
no outgoing calls