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 2 forks source link

fix(SceneComparePanel): Temporarily disable time range sync #291

Closed ifrost closed 4 days ago

ifrost commented 4 days ago

✨ Description

Related issue(s):

Temporarily disable time range sync introduced in https://github.com/grafana/grafana/pull/94074 until scenes allow to control it.

📖 Summary of the changes

Modifies SceneTimePicker to pass isSync property disabling the sync.

🧪 How to test?

Enable timeRangeProvider toggle

Check if there's no additional sync button in Diff Flame Graph view

github-actions[bot] commented 4 days ago

Unit test coverage

Lines Statements Branches Functions
Coverage: 13%
13.4% (543/4050) 10.11% (147/1454) 9.8% (125/1275)
grafakus commented 4 days ago

Note: to test, we need an instance where the timeRangeProvider feature toggle is set.