From be8a00de1d96668504be3543ea9861f38df8a50f Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 6 Jul 2021 13:50:16 -0700 Subject: [PATCH] Add temporary warning about memory leak to readme (#3501) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce7df7bd79..53c58e34eb 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ if you are looking for documentation on using those. ## Getting Started -Download the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent-all.jar). +Download the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent-all.jar). [Note: using the latest version is strongly recommended as there is [a known memory leak](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/3027) that affects prior versions] This package includes the instrumentation agent as well as instrumentations for all supported libraries and all available data exporters.