Modules in their own package
Besides completing the documentation for Dropwizard, the only relevant change is that everything was moved inside the prometheus
or dropwizard
package. So, for example, instead of zio.metrics.Registry
, you have to specify either zio.metrics.prometheus.Registry
or zio.metrics.dropwizard.Registry
.