You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a pub/sub inspired system that emits information from the sdk event loop. This information can be used to integrate with third party observation frameworks such as opentelemetry.
At a minimum we should emit:
function execution started
function attempt started
function attempt finished (successfully or unsuccessfully)
function execution finished (successfully or unsuccessfully)
We also need to include call stack information so subscribers can now about the nested nature of function calls.
The text was updated successfully, but these errors were encountered:
Implement a pub/sub inspired system that emits information from the sdk event loop. This information can be used to integrate with third party observation frameworks such as opentelemetry.
At a minimum we should emit:
We also need to include call stack information so subscribers can now about the nested nature of function calls.
The text was updated successfully, but these errors were encountered: