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

Support custom floating point formatter in Graphite reporter #1573

Merged
merged 2 commits into from
May 9, 2020
Merged

Support custom floating point formatter in Graphite reporter #1573

merged 2 commits into from
May 9, 2020

Conversation

the-thing
Copy link
Contributor

#1556

Added support for custom floating point formatter to graphite reporter and its builder. Formatting is not tied to java.lang.String#format() - any custom formatter can be used. Change is backwards compatible.

@the-thing the-thing changed the title Graphite reporter supports custom floating point formatter (#1556) Graphite reporter supports custom floating point formatter May 6, 2020
@joschi joschi added this to the 4.1.8 milestone May 9, 2020
Copy link
Member

@joschi joschi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@the-thing LGTM, thank you very much for your contribution!

@joschi joschi changed the title Graphite reporter supports custom floating point formatter Support custom floating point formatter in Graphite reporter May 9, 2020
@joschi joschi merged commit 2d3b764 into dropwizard:4.1-development May 9, 2020
@the-thing the-thing deleted the custom_floating_point_formatter branch May 9, 2020 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It is not easy to change double metric format in GraphiteReporter
2 participants