dropwizard/metrics

Missing closing parenthesis in metrics.dropwizard.io manual

shaskumar opened this issue · 1 comments

While I was reading through the metrics documents, I found out that there is a missing closing parenthesis in the histogram section.

-final Histogram resultCounts = registry.histogram(name(ProductDAO.class, "result-counts");
+final Histogram resultCounts = registry.histogram(name(ProductDAO.class, "result-counts"));

@shaskumar Thanks for reporting this! We've fixed the documentation. 😄