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
As mentioned in #40 (and in the README), we need to start tracing before the application launches to collect initialization information/metadata.
We current workaround is to start tracing before the application launches, then stop after 30-60 s, and then later on (when needed) start tracing again. This still requires us to actually set up tracing before the application launches.
Store the metadata and re-emit it at regular intervals. Then we'd simply need to record one metadata "burst."
Store init metadata and "state dump" it when we start tracing like LTTng does for its own stuff
The text was updated successfully, but these errors were encountered:
christophebedard
changed the title
Find solution to allow tracing
Find solution to allow tracing from any point in time
Feb 14, 2023
christophebedard
changed the title
Find solution to allow tracing from any point in time
Find solution to allow starting to trace from any point in time
Feb 14, 2023
As mentioned in #40 (and in the README), we need to start tracing before the application launches to collect initialization information/metadata.
We current workaround is to start tracing before the application launches, then stop after 30-60 s, and then later on (when needed) start tracing again. This still requires us to actually set up tracing before the application launches.
The text was updated successfully, but these errors were encountered: