Stop stops and removes the provided container from the monitor
(task Task)
| 23 | Monitor(task Task, labels map[string]string) error |
| 24 | // Stop stops and removes the provided container from the monitor |
| 25 | Stop(task Task) error |
| 26 | } |
| 27 | |
| 28 | // NewMultiTaskMonitor returns a new TaskMonitor broadcasting to the provided monitors |
no outgoing calls