grafana / explore-profiles

Explore Profiles is a native Grafana application designed to integrate seamlessly with Pyroscope, the open-source continuous profiling platform, providing a smooth, query-less experience for browsing and analyzing profiling data.
GNU Affero General Public License v3.0
18 stars 1 forks source link

[bug] Flame graph view: (auto)refreshing should preserve UI context #260

Open grafakus opened 2 weeks ago

grafakus commented 2 weeks ago

Bug description

Steps to reproduce

  1. Go to this URL: playground
  2. Click on a node of the flame graph
  3. Select "Focus block"
  4. Click on the refresh button next to the main time picker

Actual behaviour

The flame graph completely re-renders, exits the focus mode to display the new data

Expected behaviour

The flame graph should not completely re-render but stay in focus mode and update only the relevant values

The same happens with:

grafakus commented 2 weeks ago

Slack context, cc @marctc