https://github.com/instrumental/instrumental-java-dropwizard-example
https://github.com/instrumental/instrumental-java-dropwizard-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/instrumental/instrumental-java-dropwizard-example
- Owner: Instrumental
- Created: 2016-03-01T18:48:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T03:05:16.000Z (about 10 years ago)
- Last Synced: 2025-03-22T17:14:09.236Z (over 1 year ago)
- Language: Java
- Size: 4.88 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).