Automatic Instrumentation of Main Process for Performance Monitoring #523
Open
Description
Add automatic instrumentation to track the performance of the main process. We can start off by instrumenting startup
time, and then move on from there.
Open questions:
- How do we know when
startup
is done? - What child spans do we attach to the transaction?
- What metrics do we automatically attach to the transaction?
- How do we link transactions that happen in the main process to the renderer? Do we even need to this?