Open starts the instrumentation machinery. It receives the global configuration that the event source can utilize to influence how the events are captured. Before opening the event source, it is important to register any event listener that acts on behalf of the received event. Likewise, if any filt
(config *config.Config)
| 37 | // received event. Likewise, if any filter must be set to drop unwanted |
| 38 | // signals, it needs to be set before the event source is opened. |
| 39 | Open(config *config.Config) error |
| 40 | // Close performs event source shutdown. Once event source is closed, |
| 41 | // any buffered or pending events are no longer dispatched to event |
| 42 | // listeners. |
no outgoing calls