krzko / opentelemetry-shell

🚦 OpenTelemetry functions for shells
Apache License 2.0
65 stars 6 forks source link

Add trace decorators #1

Closed mcbadger88 closed 2 years ago

mcbadger88 commented 2 years ago

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: