dropwizard-example-app

Overview

The dropwizad example application that utilize JDBI to construct the mapping between database and objects.

Parts of the application:

Running The Application

To test the example application run the following commands.

Replace <YOUR_PASSWORD> with the password.

Usage

dropwizard-micrometer

This application provides an example of usage of dropwizard-micrometer package to expose system, JVM, HTTP and JDBI metrics as a prometheus endpoint in admin connector. The prometheus endpoint is available at http://localhost:8082/prometheus.

There are more details on dropwizar-micrometer usage in this doc

License

This project is licensed under the Apache License 2.0 (LICENSE)