I would like a way to add start/end/around hooks to any reconciler or sub-reconciler object.
My main use case for this is to add additional logging and add span data to the context for tracing.
The injected methods would need access to the context (with the ability to provide a replacement in arounds )
I would like a way to add start/end/around hooks to any reconciler or sub-reconciler object.
My main use case for this is to add additional logging and add span data to the context for tracing.
The injected methods would need access to the context (with the ability to provide a replacement in
arounds )