Skip to content

Tags: grafana/pyroscope

Tags

weekly-f136-3b1c0ba1c

Toggle weekly-f136-3b1c0ba1c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reduce memory allocations when rendering diff flamegraphs (#4430)

* Reduce memory allocations when rendering diff flamegraphs

* Add benchmark

---------

Co-authored-by: Christian Simon <[email protected]>

weekly-f135.read-path-perf-3b4b73019

Toggle weekly-f135.read-path-perf-3b4b73019's commit message

Verified

This commit was signed with the committer’s verified signature.
aleks-p Aleksandar Petrov
feat: add support for typed internal pprof transfers

weekly-f135-7e6917140

Toggle weekly-f135-7e6917140's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.
```

weekly-f134.1-c13ccb3f2

Toggle weekly-f134.1-c13ccb3f2's commit message

Verified

This commit was signed with the committer’s verified signature.
aleks-p Aleksandar Petrov
Revert "Cherry pick Aleksandar readpath patches (#4404)"

This reverts commit 11065c2.

weekly-f134.1-17da979dd

Toggle weekly-f134.1-17da979dd's commit message

Verified

This commit was signed with the committer’s verified signature.
aleks-p Aleksandar Petrov
fix: revert unintended change in profile merge

weekly-f134-9071555e4

Toggle weekly-f134-9071555e4's commit message

Verified

This commit was signed with the committer’s verified signature.
aleks-p Aleksandar Petrov
Revert "Cherry pick Aleksandar readpath patches (#4404)"

This reverts commit 11065c2.

weekly-f134-c67b86ef7

Toggle weekly-f134-c67b86ef7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

pyroscope-1.15.0

Toggle pyroscope-1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

weekly-f133-d7090f46b

Toggle weekly-f133-d7090f46b's commit message
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.

pyroscope-1.14.2

Toggle pyroscope-1.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Add release notes and update helm release (#4396)

I have released security release 1.14.1 and 1.13.6 earlier today.