-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POC Telemetry #97
base: master
Are you sure you want to change the base?
POC Telemetry #97
Conversation
Example of bot using Telemetry |
|
||
cnt -> | ||
info = extract_info(cnt) | ||
spawn(fn -> call_handler(handler, info, cnt, error_handler) end) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the handlers executed with spawn are not being reported correctly 🤔
The easy solution would be to add another span on the call_handler
What about these revisions? What needs to be done for them to be merged into the master branch? |
Hi! @prtngn I'm waiting for #95 to be merged in master. And probably start from there. I also wanted to create a macro or use some kind of decorator to avoid wrapping every function in the dispatcher with a Either way, I'm currently working in other projects in my free time so I don't know when I will come back to this. |
No description provided.