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 0.3.0 to 0.4.0 #57

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps github.com/grafana/pyroscope/api from 0.3.0 to 0.4.0.

Release notes

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

v0.4.0

This release comes with 3 big features:

Pull mode

Previously all of our integrations only supported pushing metrics from profiling targets to pyroscope server. This new pull mode allows you to specify a list of profiling targets that pyroscope server will scrape the data from. This can be useful in a few cases, particularly ones where you already pull regular metrics via prometheus. Our pull mode implementation makes extensive use of Prometheus scrape and service discovery mechanisms and this allows you to reuse your existing configs with pyroscope. We express our deep gratitude to Prometheus team for their incredible work!

New Golang integration

The new golang integrations now lives in a separate repository (https://github.com/pyroscope-io/client) and it is better than the old one because it has less dependencies and less performance overhead as it offloads more data processing to the server.

We strongly recommend that you upgrade your golang integrations to use this new version, especially if you previously had issues adding pyroscope to your applications due to a large number of external dependencies.

For more information on this new integration visit our golang docs.

Ability to Delete Apps

We’ve removed the feature flag and now you should be able to delete apps using the new delete apps command


Installation

For instructions on how to install pyroscope visit our Getting Started guide.

Source code

pyroscope-0.4.0-source.tar.gz

Linux binary builds

pyroscope-0.4.0-linux-amd64.tar.gz pyroscope-0.4.0-linux-arm64.tar.gz

Ubuntu / Debian (.deb) builds

pyroscope_0.4.0_amd64.deb pyroscope_0.4.0_arm64.deb

RHEL / CentOS (.rpm) builds

pyroscope-0.4.0-1-x86_64.rpm pyroscope-0.4.0-1-aarch64.rpm

Windows (.msi) builds

pyroscope_agent_0.4.0_amd64.msi

Changes:

Bug Fixes

  • read default config file when it's present (#585) (7061292)

Features

  • makes admin command available (GA status) (8eb788f)

v0.3.1

This release comes with 2 big features:

pull mode

... (truncated)

Changelog

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

0.4.0

Grafana Phlare

  • [FEATURE] Add distributor limits (#510)
Commits
  • 7356dde version 0.4.0
  • 8eb788f feat: makes admin command available (GA status)
  • 7061292 fix: read default config file when it's present (#585)
  • 16072aa refactor(frontend): standardize notifications component (#586)
  • f85dc01 docs(examples): adds a mattermost example
  • 6a05a67 chore(docker): adds bash completion support to our official docker image
  • b492dcd chore(admin): allow custom timeout (#583)
  • 8608210 docs: updates the list of contributors in README
  • 6e16556 chore: adds logger to main example
  • eb0e8b1 chore: make godoc make target portable (#582)
  • Additional commits viewable in compare view

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 0.3.0 to 0.4.0.
- [Release notes](https://github.com/grafana/pyroscope/releases)
- [Changelog](https://github.com/grafana/pyroscope/blob/main/CHANGELOG.md)
- [Commits](grafana/pyroscope@v0.3.0...v0.4.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 Sep 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2024

Superseded by #64.

@dependabot dependabot bot closed this Oct 14, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/grafana/pyroscope/api-0.4.0 branch October 14, 2024 20:18
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.

0 participants