Introducing Explore Page!
Often it happens that there are a set of tags and it is nice to see a high level view of how the resource usage of those various tags relate to each other. We created the explore page to give a nice high-level overview along with some descriptive statistics that will help with this kind of analysis.
explore_page_preview.mov
We also added some quick shortcut dropdowns that will allow for users to go from the explore page directly to the comparison, diff, or single view pages:
go_to_diff_page.mov
Installation
For instructions on how to install pyroscope visit our Getting Started guide.
Source code
pyroscope-0.25.0-source.tar.gz
Linux binary builds
pyroscope-0.25.0-linux-amd64.tar.gz
pyroscope-0.25.0-linux-arm64.tar.gz
Ubuntu / Debian (.deb) builds
pyroscope_0.25.0_amd64.deb
pyroscope_0.25.0_arm64.deb
RHEL / CentOS (.rpm) builds
pyroscope-0.25.0-1-x86_64.rpm
pyroscope-0.25.0-1-aarch64.rpm
Windows (.msi) builds
pyroscope_agent_0.25.0_amd64.msi
Changes:
Bug Fixes
Features
- add app dropdown footer (#1340) (dc07d04)
- add tooltip table text for when units is undefined (#1341) (a9fd5ac)
- api: Implement delete app functionality as an HTTP endpoint backend #1223 (#1239) (b82f426)
- configurable disk alert threshold (#1318) (7281bd8)
- create tag-explorer page for analyzing tag breakdowns (#1293) (5456a86)
- enhance tag explorer view (#1329) (7d66d75)
- upload any arbitrary data (collapsed/pprof/json) via adhoc ui (#1327) (6620888), closes #1333 #1333
- webapp: break adhoc ui upload into 2 steps (#1352) (9c15298)
- webapp: persist uploaded data via adhoc ui (#1351) (cebefc9)