SetEPS sets the Errors Per Second server metric. Must be greater than zero.
(float64)
| 129 | // SetEPS sets the Errors Per Second server metric. Must be greater than |
| 130 | // zero. |
| 131 | SetEPS(float64) |
| 132 | // DeleteEPS deletes the Errors Per Second server metric to prevent it from |
| 133 | // being sent. |
| 134 | DeleteEPS() |
no outgoing calls