-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2322 from gsidhwani-nr/main
feat : Added Quickstarts for vert.x eventbus and extensions - New Relic Labs
- Loading branch information
Showing
8 changed files
with
626 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.