From 4c85b18c127da0056cb7421127de16f01491bb8f Mon Sep 17 00:00:00 2001 From: Gulab Sidhwani <113113837+gsidhwani-nr@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:28:21 +0530 Subject: [PATCH] Updated README.md Revised guidelines for integrating extra instrumentation tools with Quarkus, including Smallrye, JBoss Executors, and Vert.x --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f9a063..adc8860 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,11 @@ Provides instrumentation for the Quarkus framework. This includes the following ## Instructions for Using This Instrumentation 1. **Download the Latest Release** - - Ensure you have the latest version of the instrumentation package. + - Ensure you have the latest version of the following instrumentation pacakges : + - [Quarkus](https://github.com/newrelic-experimental/newrelic-java-quarkus/releases) + - [Smallrye](https://github.com/newrelic-experimental/newrelic-java-smallrye/releases) + - [Jboss executors ](https://github.com/newrelic-experimental/newrelic-java-jboss-executors/releases) + - [Vertx](https://github.com/newrelic/newrelic-java-vertx/releases) 2. **Prepare the New Relic Java Agent Directory** - Navigate to the New Relic Java Agent directory where `newrelic.jar` is located.