From 4e35b27d529754098d70de74880968f236f9536e Mon Sep 17 00:00:00 2001 From: Joe Gregory Date: Fri, 22 Mar 2024 13:14:17 -0700 Subject: [PATCH 1/2] fix release --- data-sources/vertx-eventbus/config.yml | 1 + data-sources/vertx-extensions/config.yml | 2 ++ quickstarts/java/vertx-eventbus/config.yml | 1 + quickstarts/java/vertx-extensions/config.yml | 1 + 4 files changed, 5 insertions(+) diff --git a/data-sources/vertx-eventbus/config.yml b/data-sources/vertx-eventbus/config.yml index cbb6b1eb58..a610dce9d7 100644 --- a/data-sources/vertx-eventbus/config.yml +++ b/data-sources/vertx-eventbus/config.yml @@ -24,3 +24,4 @@ keywords: - vert.x - eventbus - NR1_addData + diff --git a/data-sources/vertx-extensions/config.yml b/data-sources/vertx-extensions/config.yml index 564631e8c3..2d7e70413f 100644 --- a/data-sources/vertx-extensions/config.yml +++ b/data-sources/vertx-extensions/config.yml @@ -36,3 +36,5 @@ keywords: - reactive - coroutines - NR1_addData + + diff --git a/quickstarts/java/vertx-eventbus/config.yml b/quickstarts/java/vertx-eventbus/config.yml index 2e308ad438..f4c6724f60 100644 --- a/quickstarts/java/vertx-eventbus/config.yml +++ b/quickstarts/java/vertx-eventbus/config.yml @@ -42,3 +42,4 @@ dashboards: - java alertPolicies: - java + diff --git a/quickstarts/java/vertx-extensions/config.yml b/quickstarts/java/vertx-extensions/config.yml index 5c7722d592..d47386a928 100644 --- a/quickstarts/java/vertx-extensions/config.yml +++ b/quickstarts/java/vertx-extensions/config.yml @@ -52,3 +52,4 @@ dashboards: - java alertPolicies: - java + From 8c0afeede3d0f20197b5b8ff219521f7d449e462 Mon Sep 17 00:00:00 2001 From: Joe Gregory Date: Fri, 22 Mar 2024 13:39:24 -0700 Subject: [PATCH 2/2] revert vertx additions --- data-sources/vertx-eventbus/config.yml | 27 -- data-sources/vertx-eventbus/vertx.svg | 1 - data-sources/vertx-extensions/config.yml | 40 --- data-sources/vertx-extensions/vertx-ext.svg | 232 ------------------ quickstarts/java/vertx-eventbus/config.yml | 45 ---- quickstarts/java/vertx-eventbus/vertx.svg | 1 - quickstarts/java/vertx-extensions/config.yml | 55 ----- .../java/vertx-extensions/vertx-ext.svg | 232 ------------------ 8 files changed, 633 deletions(-) delete mode 100644 data-sources/vertx-eventbus/config.yml delete mode 100644 data-sources/vertx-eventbus/vertx.svg delete mode 100644 data-sources/vertx-extensions/config.yml delete mode 100644 data-sources/vertx-extensions/vertx-ext.svg delete mode 100644 quickstarts/java/vertx-eventbus/config.yml delete mode 100644 quickstarts/java/vertx-eventbus/vertx.svg delete mode 100644 quickstarts/java/vertx-extensions/config.yml delete mode 100644 quickstarts/java/vertx-extensions/vertx-ext.svg diff --git a/data-sources/vertx-eventbus/config.yml b/data-sources/vertx-eventbus/config.yml deleted file mode 100644 index a610dce9d7..0000000000 --- a/data-sources/vertx-eventbus/config.yml +++ /dev/null @@ -1,27 +0,0 @@ -id: newrelic-java-vertx -displayName: New Relic Java Instrumentation for Vert.x Event Bus -description: | - 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. -install: - primary: - nerdlet: - nerdletId: marketplace.install-data-source - nerdletState: - dataSourceId: newrelic-java-vertx - requiresAccount: false - fallback: - link: - url: https://github.com/newrelic/newrelic-java-vertx/tree/main#installation -icon: vertx.svg -keywords: - - nrlabs - - nrlabs-data - - apm - - java - - vertx - - vert.x - - eventbus - - NR1_addData - diff --git a/data-sources/vertx-eventbus/vertx.svg b/data-sources/vertx-eventbus/vertx.svg deleted file mode 100644 index 06ef2d9cc1..0000000000 --- a/data-sources/vertx-eventbus/vertx.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/data-sources/vertx-extensions/config.yml b/data-sources/vertx-extensions/config.yml deleted file mode 100644 index 2d7e70413f..0000000000 --- a/data-sources/vertx-extensions/config.yml +++ /dev/null @@ -1,40 +0,0 @@ -id: newrelic-java-vertx-extensions -displayName: New Relic Java Instrumentation for Vert.x Extensions -description: | - Offers comprehensive instrumentation for monitoring key components of Vert.x such as Cassandra, JDBCClient, - Coroutines, Kafka, RxJava, SQL Clients, Redis, MongoDB, Reactive, and Service Proxy. -install: - primary: - nerdlet: - nerdletId: marketplace.install-data-source - nerdletState: - dataSourceId: newrelic-java-vertx-extensions - requiresAccount: false - fallback: - link: - url: https://github.com/newrelic/newrelic-java-vertx-extensions/tree/main#installation -icon: vertx-ext.svg -keywords: - - nrlabs - - nrlabs-data - - apm - - java - - vertx - - vert.x - - sql - - kafka - - mssql - - postgres - - oracle - - db2 - - cassandra - - jdbc - - redis - - rabbitmq - - rxjava - - mongodb - - reactive - - coroutines - - NR1_addData - - diff --git a/data-sources/vertx-extensions/vertx-ext.svg b/data-sources/vertx-extensions/vertx-ext.svg deleted file mode 100644 index 5181342829..0000000000 --- a/data-sources/vertx-extensions/vertx-ext.svg +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/quickstarts/java/vertx-eventbus/config.yml b/quickstarts/java/vertx-eventbus/config.yml deleted file mode 100644 index f4c6724f60..0000000000 --- a/quickstarts/java/vertx-eventbus/config.yml +++ /dev/null @@ -1,45 +0,0 @@ -id: 69341464-f422-4617-aa9a-a4ede276b24a -slug: newrelic-java-vertx -title: New Relic Java Instrumentation for Vert.x Event Bus -description: | - # What is Vert.x? - Vert.x is a reactive, event-driven application framework that runs on the Java Virtual Machine (JVM). - It's designed to build high-performance, scalable, and resilient applications with minimal resource - consumption. Vert.x provides a toolkit for building reactive and distributed systems, making it suitable - for a wide range of use cases, including web applications, microservices, and IoT (Internet of Things) - solutions. - -summary: | - Provides instrumentation 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. - -level: Community - -keywords: - - nrlabs - - nrlabs-data - - apm - - java - - vertx - - vert.x - - eventbus - -icon: vertx.svg -authors: - - New Relic Labs -dataSourceIds: - - newrelic-java-vertx -documentation: - - name: New Relic Java Instrumentation for Vert.x Event Bus - description: | - Provides instrumentation for Java Instrumentation for Vert.x Event Bus. - url: https://github.com/newrelic/newrelic-java-vertx/tree/main#installation - -dashboards: - - java -alertPolicies: - - java - diff --git a/quickstarts/java/vertx-eventbus/vertx.svg b/quickstarts/java/vertx-eventbus/vertx.svg deleted file mode 100644 index 06ef2d9cc1..0000000000 --- a/quickstarts/java/vertx-eventbus/vertx.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/quickstarts/java/vertx-extensions/config.yml b/quickstarts/java/vertx-extensions/config.yml deleted file mode 100644 index d47386a928..0000000000 --- a/quickstarts/java/vertx-extensions/config.yml +++ /dev/null @@ -1,55 +0,0 @@ -id: 9858bfb9-3122-4d20-a9d5-585a7552d8d0 -slug: newrelic-java-vertx-extensions -title: New Relic Java Instrumentation for Vert.x Extensions -description: | - # What is Vert.x? - Vert.x is a reactive, event-driven application framework that runs on the Java Virtual Machine (JVM). - It's designed to build high-performance, scalable, and resilient applications with minimal resource - consumption. Vert.x provides a toolkit for building reactive and distributed systems, making it suitable - for a wide range of use cases, including web applications, microservices, and IoT (Internet of Things) - solutions. -summary: | - Offers comprehensive instrumentation for monitoring key components od Vert.x such as Cassandra, JDBCClient, - Coroutines, Kafka, RxJava, SQL Clients, Redis, MongoDB, Reactive, and Service Proxy. - -level: Community - -keywords: - - nrlabs - - nrlabs-data - - apm - - java - - vertx - - vert.x - - sql - - kafka - - mssql - - postgres - - oracle - - db2 - - cassandra - - jdbc - - redis - - rabbitmq - - rxjava - - mongodb - - reactive - - coroutines - -icon: vertx-ext.svg -authors: - - New Relic Labs -dataSourceIds: - - newrelic-java-vertx-extensions -documentation: - - name: New Relic Java Instrumentation for Vert.x Extensions - description: | - Provides instrumentation for monitoring the Vert.x Cassandra, JDBCClient, Coroutines, Kafka, - RxJava, SQL Clients, Redis, MongoDB, Reactive and Service Proxy. - url: https://github.com/newrelic/newrelic-java-vertx-extensions/tree/main#installation - -dashboards: - - java -alertPolicies: - - java - diff --git a/quickstarts/java/vertx-extensions/vertx-ext.svg b/quickstarts/java/vertx-extensions/vertx-ext.svg deleted file mode 100644 index 5181342829..0000000000 --- a/quickstarts/java/vertx-extensions/vertx-ext.svg +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - \ No newline at end of file