SetNamedUtilization sets the named utilization server metric for the name provided. val must be in the range [0, 1].
(name string, val float64)
| 136 | // SetNamedUtilization sets the named utilization server metric for the |
| 137 | // name provided. val must be in the range [0, 1]. |
| 138 | SetNamedUtilization(name string, val float64) |
| 139 | // DeleteNamedUtilization deletes the named utilization server metric for |
| 140 | // the name provided to prevent it from being sent. |
| 141 | DeleteNamedUtilization(name string) |
no outgoing calls