Cleanup releases any resources held by the handler. Called when the collector is being stopped.
(ctx context.Context)
| 36 | // Cleanup releases any resources held by the handler. |
| 37 | // Called when the collector is being stopped. |
| 38 | Cleanup(ctx context.Context) |
| 39 | } |
| 40 | |
| 41 | // ErrorResponse creates an error FunctionResponse. |
no outgoing calls