Tags: grafana/pyroscope
Tags
Reduce memory allocations when rendering diff flamegraphs (#4430) * Reduce memory allocations when rendering diff flamegraphs * Add benchmark --------- Co-authored-by: Christian Simon <[email protected]>
feat: add support for typed internal pprof transfers
fix: `pyroscope/build` and `profilecli/build` had undefined rules in … …Makefile (#4416) ``` $ make pyroscope/build make: *** No rule to make target `go/bin-pyroscope', needed by `pyroscope/build'. Stop. $ make profilecli/build make: *** No rule to make target `go/bin-profilecli', needed by `profilecli/build'. Stop. ```
fix: revert unintended change in profile merge
chore: Log details about each profile processed (#4401) * chore: Log details about each profile accepted. This will allow us to investigate write path problems better. * Log on success and on failure * Fix spanlogger caller label * Refactor into separarte struct
Adds configuration option to enable external-dns integration and othe… …r ingress labeling use cases. (#4402) * Adds configuration option to enable external-dns integration and other ingress labeling use cases. Signed-off-by: Stavros Foteinopoulos <[email protected]> * Run make commands Signed-off-by: Stavros Foteinopoulos <[email protected]> --------- Signed-off-by: Stavros Foteinopoulos <[email protected]>
fix: Breaking change in ProfileTypes v2 (#4398) When updating the storage layer to v2, we introduced a breaking change in the ProfileTypes API, while in v1 we would return, the last hour of profile types, we stopped doing that in v2 and showed an error instead: ``` {"code":"invalid_argument","message":"missing time range in the query"} ``` In Grafana Tempo's datasource configuration this call is used without start/end parameters and therefore fails, see grafana/grafana#110211. I am proposing we maintain the old behaviour for ProfileTypes endpoint, until we announce a breaking change change as part of a major release. We also should ensure that Grafana uses it with start and end parameters.
chore: Add release notes and update helm release (#4396) I have released security release 1.14.1 and 1.13.6 earlier today.
PreviousNext