Skip to content
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

Find solution to allow starting to trace from any point in time #44

Open
christophebedard opened this issue Feb 14, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@christophebedard
Copy link
Member

christophebedard commented 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.

One possible solution would be to store the metadata and re-emit it at regular intervals. Then we'd simply need to record one metadata "burst."

@christophebedard christophebedard added the enhancement New feature or request label Feb 14, 2023
@christophebedard christophebedard changed the title Find solution to allow tracing Find solution to allow tracing from any point in time Feb 14, 2023
@christophebedard 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant