github grafana/phlare v0.1.2

latest releases: ebpf/v0.1.1, weekly-f23-806280da, phlare-0.5.4...
20 months ago

๐ŸŽ„ 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

Don't miss a new phlare release

NewReleases is sending notifications on new releases.