Skip to content

grafana/pyroscope-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5ccdeea · Mar 15, 2025
Jan 2, 2025
Mar 14, 2025
Jan 9, 2025
Dec 16, 2024
Nov 14, 2023
Jan 29, 2024
Jan 8, 2025
Jan 29, 2024
Nov 9, 2021
Jun 28, 2021
Dec 16, 2024
Sep 10, 2024
Feb 24, 2023
Nov 27, 2024
May 23, 2024
Nov 9, 2021
Nov 28, 2024
Jun 24, 2022
Nov 28, 2024
Feb 4, 2025
Apr 4, 2022
Jun 28, 2021
Jul 12, 2022
Nov 28, 2024

Pyroscope Java agent

The Java profiling agent for Pyroscope.io. Based on async-profiler.

Distribution

The agent is distributed as a single JAR file pyroscope.jar. It contains native async-profiler libraries for:

  • Linux on x64;
  • Linux on ARM64;
  • MacOS on x64.
  • MacOS on ARM64.

Downloads

Visit releases page to download the latest version of pyroscope.jar

Usage

Visit docs page for usage and configuration documentation.

Building

If you want to build the agent JAR yourself, from this repo run:

./gradlew shadowJar

The file will be in agent/build/libs/pyroscope.jar.

Maintainers

This package is maintained by @grafana/pyroscope-java. Mention this team on issues or PRs for feedback.