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

Improve block plan creation for standalone binary mode #3325

Closed aleks-p closed 4 months ago

aleks-p commented 4 months ago

In standalone mode the ingester and store-gateway are represented with the same replica address. This doesn't cause real issues in the query path (the same physical block plan is re-used for both query paths), however it does impact query analysis because we end up including one of the paths only.

Not sure if this would break something else, but seems fairly safe to me.