MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.
MIT License
3.68k stars 400 forks source link

View previously captured flamegraphs #572

Open nateberkopec opened 1 year ago

nateberkopec commented 1 year ago

There should be a page which is just a list/index of all currently stored flamegraphs.

You should be able to search this page by URL.

The use case here is for API-first environments, which tend to make a lot of requests, which scales poorly with RMP's badge model.

I'm not sure how/if this should integrate at all with snapshots.