Modify the trace signature to follow a python-like decorator style. This will allow users to simply place our trace functions before their business logic.
This PR is intended to be a template for further development.
Not in scope:
Coming soon: Adding trace context and supporting tracing of nested functions
Modify the trace signature to follow a python-like decorator style. This will allow users to simply place our trace functions before their business logic.
This PR is intended to be a template for further development.
Not in scope: