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
I am an engineer working on Grafana Beyla, and a rookie to the NodeJS source.
To get to the point: is it possible to keep track of newly generated async_ids and their respective trigger_ids solely from the C++ layer, so that we can build an async resource graph (analogous to what's being described here)?
To elaborate a bit, I am able to get a few branches of the graph by instrumenting the likes of AsyncWrap::EmitAsyncInit()/AsyncWrap::AsyncReset(), but I noticed that not every new async id is coming from Environment::new_async_id().
Happy to dive deeper on what I've already attempted, but will try to keep it concise for now.
Thanks!
Minimal Reproduction
No response
Output
No response
Before You Submit
I have looked for issues that already exist before submitting this