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

Bump github.com/grafana/pyroscope/api from 1.1.0 to 1.2.0 #195

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2025

Bumps github.com/grafana/pyroscope/api from 1.1.0 to 1.2.0.

Release notes

Sourced from github.com/grafana/pyroscope/api's releases.

v1.2.0

🚀 We are excited to present this release of Grafana Pyroscope packed with 150 commits 🚀

In this release, we've introduced significant enhancements to our microservice mode, aiming to boost performance and streamline operations. The compactor component has been added to optimize block management, improving query speed and reducing replication factor overhead.

Our physical planning has undergone optimization, ensuring that data deduplication occurs only when necessary. Additionally, we've initiated tracing integrations, allowing for the inclusion of span ids in profiling samples and enabling flamegraph filtering.

For users leveraging Function as a Service (FaaS) environments, we've enhanced profiling data ingestion by automatically aggregating profiles. This not only reduces the number of profiles but also contributes to improved overall efficiency.

We've invested substantial effort in optimizing the read path and refining query performance, delivering a smoother user experience.

Trace to profiles integrations image

Notable changes are listed below for more details check out the Full Changelog: grafana/pyroscope@v1.1.5...v1.2.0

Enhancements

  • 728493ece feat: Scalable Compactor (#2466)
  • d4e3b0326 Create a physical plan for block querying (#2586)
  • 148849623 Extend profile schema to support spans (#2508)
  • 1e7ebd95d Allow to configure pyroscope high disk utilization (#2666)
  • 4e8439ddd Optimize repeated row iterator (#2572)
  • f1b82c5e5 feat(ebpf): add pyperf (#2201)
  • 25084eabf Randomize sessions after aggregation (#2656)
  • 3c5a95991 Make max node limit configurable (#2658)

Bug Fixes

  • e572d26d1 Cleanup failed segment before flushing. (#2606)
  • be7bc5d96 Fix symbols resolver race condition (#2665)
  • f4b0a607f fix(jfr): merge equal samples (#2652)

Documentation Updates

  • We've added documentation for profilecli to query and upload pprof files.
  • We've also documented the store-gateway and compactor component.

New Contributors

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/grafana/pyroscope/api](https://github.com/grafana/pyroscope) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/grafana/pyroscope/releases)
- [Changelog](https://github.com/grafana/pyroscope/blob/main/CHANGELOG.md)
- [Commits](grafana/pyroscope@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/grafana/pyroscope/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 17, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 2.10%. Comparing base (2ef5972) to head (3a1047d).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #195   +/-   ##
=====================================
  Coverage   2.10%   2.10%           
=====================================
  Files         44      44           
  Lines       6277    6277           
=====================================
  Hits         132     132           
  Misses      6138    6138           
  Partials       7       7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant