Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Dropwizard metrics support #504

Closed
fedefernandez opened this issue Dec 27, 2018 · 1 comment
Closed

Improve Dropwizard metrics support #504

fedefernandez opened this issue Dec 27, 2018 · 1 comment

Comments

@fedefernandez
Copy link
Contributor

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.

Related to #489

@fedefernandez
Copy link
Contributor Author

Fixed with these issues: #489 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant