From c4af39053ba575651723ba48474b806a74459258 Mon Sep 17 00:00:00 2001 From: elaguerta-nr <148913307+elaguerta-nr@users.noreply.github.com> Date: Fri, 17 May 2024 11:00:18 -0700 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 7878b99..6bf0a95 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,12 @@ ![GitHub issues closed](https://img.shields.io/github/issues-closed/newrelic/newrelic-java-vertx) ![GitHub pull requests](https://img.shields.io/github/issues-pr/newrelic/newrelic-java-vertx) ![GitHub pull requests closed](https://img.shields.io/github/issues-pr-closed/newrelic/newrelic-java-vertx) - -test # New Relic Java Instrumentation for Vert.x Event Bus Provides instrumentation code for monitoring the Vert.x Event Bus. Tracks flow across the event bus. Vertx-Verticles provides instrumentation for classes extends AbstractVerticle. It does this by instrumenting each class that is deployed. It tracks all methods except those defined by AbstractVerticle. Methods not tracked: start, stop, rxStart, rxStop, config, deploymentID, getVertx, init, processArgs. -test ## Installation To install the instrumentation: