StartWorker collects started workers
(name string)
| 19 | type Metrics interface { |
| 20 | // StartWorker collects started workers |
| 21 | StartWorker(name string) |
| 22 | // ReadyWorker collects ready workers |
| 23 | ReadyWorker(name string) |
| 24 | // StopWorker collects stopped workers |