diff --git a/README.md b/README.md index bf0a246..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 [Netuitive's Linux agent](https://help.netuitive.com/Content/Integrations/linux.htm). +# 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 ([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 ([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).