Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

v0.1.2

Choose a tag to compare

@grafanabot grafanabot released this 19 Jan 09:50
· 333 commits to main since this release
d189198

🎄 New Year, New Release 🔥

Happy New Year Everyone, this new release brings couple of bug fixes 🐛 and a new pprof API that can be consumed using profilecli.

To query for a merge of profiles and visualise it with go tool pprof 🔍.

profilecli query merge --from now-5m --output pprof=my.pprof --profile-type memory:alloc_space:bytes:space:bytes
go tool pprof -http :6060 my.pprof 

profilecli can also jump raw dump the pprof format if needed.

You can download profilecli binary from the release assets below👇.

We have also released our new api Go module this is to ease integrations with Phlare.

Last notable change, you can now scrape profiles using HTTP service discovery.

Thank you everyone who contributed: @scottzhlin @cyriltovena @simonswine @cristiangreco @aocenas @fredr

Changelog

Bugfixes

  • 2fd3dea Fixes the scrape timeout validation. (#465)
  • ca5d083 Configure Minio correctly in helm (#459)
  • d189198 Usage stats reporter: fix to remove duplicate if block (#483)

Enhancements

  • 27bb8d1 Add a github action to release automatically when tagging the repo. (#482)
  • ab5a67c Add an API go module for external usage. (#466)
  • c2bfdbc Implements a pprof query API. (#474)
  • 2f03659 Add query subcommand to profilecli for downloading pprof from phlare (#475)
  • 49b645e Agent scrape client accept encoding gzip #459
  • ac09c62 feat(agent/sd): add support HTTP service discovery (#453)

As always, feedbacks are more than welcome, feel free to open issues/discussions.
You can reach out to the team using:

Docker Images

  docker pull docker.io/grafana/phlare:0.1.2