From 7611ca33d92e290fde3753c7a7b2d45a18123cc8 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Thu, 25 Jan 2024 13:40:17 +0100 Subject: [PATCH] Java Link --- docs/profiling/ingestion.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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