diff --git a/docs/profiling/ingestion.md b/docs/profiling/ingestion.md index fb0f35a..5e0a072 100644 --- a/docs/profiling/ingestion.md +++ b/docs/profiling/ingestion.md @@ -47,5 +47,17 @@ service: ?> _That's it!_ You're now ready to ingest _continuous profiling into **qryn** using OTLP Collector! +## ** Pyroscope Java ** + + + +You can use qryn with the [Pyroscope Java](https://github.com/grafana/pyroscope-java) client + +The agent is distributed as a single JAR file `pyroscope.jar` containing native async-profiler libraries for: + +* Linux on x64 +* Linux on ARM64 +* MacOS on x64 +* MacOS on ARM64