You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Dropwizard support relies on the io.prometheus:simpleclient_dropwizard. This has two main drawbacks:
We're tied to the dropwizard version used by the library. For example, is still using 3.x but the first versions ofio.dropwizard.metrics:metrics-core:4.x were published in mid-2017
We have the prometheus as a transitive dependency.
We should investigate a way of adding support to Dropwizard without Prometheus.
Currently, the Dropwizard support relies on the
io.prometheus:simpleclient_dropwizard
. This has two main drawbacks:io.dropwizard.metrics:metrics-core:4.x
were published in mid-2017We should investigate a way of adding support to
Dropwizard
withoutPrometheus
.Related to #489
The text was updated successfully, but these errors were encountered: