Monitor adds the provided container to the monitor. Labels are optional (can be nil) key value pairs to be added to the metrics namespace.
(task Task, labels map[string]string)
| 21 | // Monitor adds the provided container to the monitor. |
| 22 | // Labels are optional (can be nil) key value pairs to be added to the metrics namespace. |
| 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 | } |
no outgoing calls
no test coverage detected