Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

<dependency>
Expand Down