An open API service indexing awesome lists of open source software.

https://github.com/instrumental/instrumental-java-dropwizard-example


https://github.com/instrumental/instrumental-java-dropwizard-example

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Example project for the Instrumental reporter for Dropwizard
This is a simple example application using the [Instrumental reporter for Dropwizard](https://github.com/egineering-llc/metrics-instrumental).

After checking out this repo:

1) Change the API key to your Instrumental project key

2) Build with `mvn clean dependency:copy-dependencies package`

3) Run
```
java -cp target/egineering_dropwizard_client-1.0-SNAPSHOT.jar:target/dependency/* com.instrumental_java_client_test.expectedbehavior.app.App
```

Remember to re-run the maven command if you edit the project.

## See the metrics in Instrumental
The example sends metric directly to Instrumental and also through a registry. You can view all metrics sent to Instrumental from this example by making a graph with the query `instrumental.java.*`

## More Help?
If you need more help or examples, contact [support@instrumentalapp.com](support@instrumentalapp.com).