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

Visually inspecting results from a database or easily accessing instrumentation #344

Open
Rietty opened this issue Oct 7, 2024 · 0 comments

Comments

@Rietty
Copy link

Rietty commented Oct 7, 2024

Hi, so I have an API application which utilizes pyinstrument to profile requests. Currently I'm saving the results in a database but it is tedious to copy from the database, and then open/read the results elsewhere. I'd like to know what the expected/common solution to this is? Essentially I'd like to be able to have a web-app or something else where I can simply click a specific run in the database and open the relevant HTML file or something.

Is this something that's possible? What's the approach? How would I accomplish this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant