From 836772f33e9c3ec04f015b8896707135505321dc Mon Sep 17 00:00:00 2001 From: rbellary-vi <73928743+rbellary-vi@users.noreply.github.com> Date: Tue, 9 Feb 2021 17:12:27 +0530 Subject: [PATCH 1/2] Update README.md changing to virtana --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf0a246..0d0947e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Netuitive Dropwizard Integration -Dropwizard is part Java framework and part Java library that assists in operating web services. The Netuitive Dropwizard integration uses a [DropWizard.io](http://www.dropwizard.io/) `netuitive` reporter to send metrics to [Netuitive's Linux agent](https://help.netuitive.com/Content/Integrations/linux.htm). +Dropwizard is part Java framework and part Java library that assists in operating web services. The Netuitive Dropwizard integration uses a [DropWizard.io](http://www.dropwizard.io/) `netuitive` reporter to send metrics to [Virtana Linux agent](https://docs.virtana.com/en/linux-agent.html). ## Using the DropWizard Integration -1. Include the appropriate [Ananke library dependency](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netuitive%22%20AND%20a%3A%22ananke%22). You'll also need a working StatsD ([Netuitive StatsD](https://help.netuitive.com/Content/Integrations/netuitive_statsd.htm) or [Etsy StatsD](https://help.netuitive.com/Content/Integrations/statsd.htm)) integration. +1. Include the appropriate [Ananke library dependency](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netuitive%22%20AND%20a%3A%22ananke%22). You'll also need a working StatsD ([Virtana StatsD](https://docs.virtana.com/en/netuitive-statsd.html) or [Etsy StatsD](https://docs.virtana.com/en/etsy-statsd.html)) integration. 1. Add `dropwizard-metrics` to your POM. There's also additional dependency formats for other build managers [here](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netuitive%22%20AND%20a%3A%22dropwizard-metrics%22). From a67ea015c9a3d96b6ffa317104a1ffdf63e45dfc Mon Sep 17 00:00:00 2001 From: rbellary-vi <73928743+rbellary-vi@users.noreply.github.com> Date: Tue, 9 Feb 2021 21:47:24 +0530 Subject: [PATCH 2/2] Update README.md changed all netuitive to CloudWisdom --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d0947e..8ec4bfc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Netuitive Dropwizard Integration -Dropwizard is part Java framework and part Java library that assists in operating web services. The Netuitive Dropwizard integration uses a [DropWizard.io](http://www.dropwizard.io/) `netuitive` reporter to send metrics to [Virtana Linux agent](https://docs.virtana.com/en/linux-agent.html). +# CloudWisdom Dropwizard Integration +Dropwizard is part Java framework and part Java library that assists in operating web services. The CloudWisdom Dropwizard integration uses a [DropWizard.io](http://www.dropwizard.io/) `CloudWisdom` reporter to send metrics to [CloudWisdom Linux agent](https://docs.virtana.com/en/linux-agent.html). ## Using the DropWizard Integration -1. Include the appropriate [Ananke library dependency](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netuitive%22%20AND%20a%3A%22ananke%22). You'll also need a working StatsD ([Virtana StatsD](https://docs.virtana.com/en/netuitive-statsd.html) or [Etsy StatsD](https://docs.virtana.com/en/etsy-statsd.html)) integration. +1. Include the appropriate [Ananke library dependency](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netuitive%22%20AND%20a%3A%22ananke%22). You'll also need a working StatsD ([CloudWisdom StatsD](https://docs.virtana.com/en/netuitive-statsd.html) or [Etsy StatsD](https://docs.virtana.com/en/etsy-statsd.html)) integration. 1. Add `dropwizard-metrics` to your POM. There's also additional dependency formats for other build managers [here](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netuitive%22%20AND%20a%3A%22dropwizard-metrics%22).