Skip to content

Commit c9201d9

Browse files
authored
Update README.md
1 parent 5b46e48 commit c9201d9

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

README.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,29 @@
2020

2121
Provides instrumentation for the Quarkus framework. This includes the following Quarkus implemented frameworks: Resteasy, Resteasy Reactive and Vert.x
2222

23-
## Installation
23+
# Installation
2424

25-
This use this instrumentation.
26-
1. Download the latest release.
27-
2. In the New Relic Java Agent directory (directory containing newrelic.jar), create a directory named extensions if it doe not already exist.
28-
3. Copy the jars into the extensions directory.
29-
4. Restart the application.
25+
## Instructions for Using This Instrumentation
26+
27+
1. **Download the Latest Release**
28+
- Ensure you have the latest version of the instrumentation package.
29+
30+
2. **Prepare the New Relic Java Agent Directory**
31+
- Navigate to the New Relic Java Agent directory where `newrelic.jar` is located.
32+
- If it doesn't already exist, create a directory named `extensions` within the Java Agent directory.
33+
34+
3. **Copy the JAR Files**
35+
- Copy the JAR files from the downloaded release into the newly created `extensions` directory.
36+
37+
4. **Restart Your Application**
38+
- Restart your application to apply the new instrumentation.
39+
40+
5. **Run Transactions**
41+
- Execute the transactions you want to monitor.
42+
43+
6. **Verify in New Relic**
44+
- Go to the 'APM and Services' tab in New Relic.
45+
- Explore the 'Transactions' and 'Distributed Traces' sections to view traces related to your application.
3046

3147

3248
## Building

0 commit comments

Comments
 (0)