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