Add temporary warning about memory leak to readme (#3501)

This commit is contained in:
Trask Stalnaker 2021-07-06 13:50:16 -07:00 committed by GitHub
parent c5ba5c3a71
commit be8a00de1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ if you are looking for documentation on using those.
## Getting Started ## 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). <!-- TODO (trask) remove the following note after 1.4.0 is released and there are two released versions without this memory leak --> [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 This package includes the instrumentation agent as well as
instrumentations for all supported libraries and all available data exporters. instrumentations for all supported libraries and all available data exporters.