Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support producing delta profiles in Pyroscope scrape component #4052

Merged
merged 7 commits into from
Jun 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update the changelog
  • Loading branch information
cyriltovena committed Jun 5, 2023
commit 40b2b9fc8226da81a9815826698b28e0320833b2
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ internal API changes are not present.
Main (unreleased)
-----------------

### Features

- The Pyroscope scrape component computes and sends delta profiles automatically when required to reduce bandwidth usage. (@cyriltovena)

v0.34.0-rc.1 (2023-06-02)
--------------------

Expand Down Expand Up @@ -50,8 +54,8 @@ v0.34.0-rc.0 (2023-06-01)
- `coalesce` returns the first non-zero value from a list of arguments. (@jkroepke)
- `nonsensitive` converts a River secret back into a string. (@rfratto)


### Enhancements

- Support to attach node metadata to pods and endpoints targets in
`discovery.kubernetes`. (@laurovenancio)

Expand Down Expand Up @@ -119,7 +123,7 @@ v0.34.0-rc.0 (2023-06-01)

- Fix issue where the UI could not navigate to components loaded by modules. (@rfratto)

- Fix issue where updating some modules' config (e.g. `loki.process`) could lead to a panic. (@thampiotr)
- Fix issue where updating some modules' config (e.g. `loki.process`) could lead to a panic. (@thampiotr)

### Other changes

Expand Down Expand Up @@ -265,7 +269,6 @@ v0.33.0 (2023-04-25)
- `prometheus.exporter.memcached` collects metrics from a Memcached server. (@spartan0x117)
- `loki.source.azure_event_hubs` reads messages from Azure Event Hub using Kafka and forwards them to other `loki` components. (@akselleirv)


- Add support for Flow-specific system packages:

- Flow-specific DEB packages. (@rfratto, @robigan)
Expand Down