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
It's a little difficult to use this library in applications that use dropwizard metrics without the rest of the framework. It would be more user friendly to add setters to the Factory classes so its possible to create them manually.
The following would make this much more convenient to use.
Even in the unit tests the way its constructed is a little awkward where it builds the object from a json string and deserializes it into the object since there is no access to set these parameters.
This also applies to the reporter factory.
The text was updated successfully, but these errors were encountered:
Hi @billoneil - how do you use this library in applications that use dropwizard metrics without the rest of the framework? If you can give me the starting point, maybe I can put together a solution and pull request. Thanks!
It's a little difficult to use this library in applications that use dropwizard metrics without the rest of the framework. It would be more user friendly to add setters to the Factory classes so its possible to create them manually.
The following would make this much more convenient to use.
Even in the unit tests the way its constructed is a little awkward where it builds the object from a json string and deserializes it into the object since there is no access to set these parameters.
This also applies to the reporter factory.
The text was updated successfully, but these errors were encountered: