Monitoring Memory Usage of an Effect
*This may be off-topic: *
I want to monitor the memory usage of an
I plan to put that information as an annotation of the span of that
In this
My first guess is to use
This is an POC using the Tracing documentation's code example.
Is this the most precise / correct method to monitor an
Effect. I plan to put that information as an annotation of the span of that
Effect .In this
Effect, I yield other Effects that will query a db, do list comprehension, etc ...My first guess is to use
process.memoryUsage. This is an POC using the Tracing documentation's code example.
Effect's memory usage ? How would you go about it ?Explore the necessity of tracing in distributed systems beyond logs and metrics. Discover spans and traces, crucial for understanding request lifecycles. Learn to create, print, and annotate spans, and visualize traces for effective debugging and optimization.
