grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
9.98k stars 598 forks source link

Fix bug in query frontend diff handling #3315

Closed simonswine closed 4 months ago

simonswine commented 4 months ago

This fixes a panic, that could happen when one of the query results in the diff are empty.

Also adds some more coverage to the Diff handler in the frontend.

Note: We should pull this into f68.