From 54d293ef11fb62912cbf82630320d60aad35c35a Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Thu, 20 Nov 2014 17:38:19 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f1a9e7b..0e5fd0c8 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ available, calls to getConnection() will block for up to ``connectionTimeout`` m before timing out. *Default: 10* -:arrow_right:``metricRegistry``
+:chart_with_upwards_trend:``metricRegistry``
This property is only available via programmatic configuration or IoC container. This property allows you to specify an instance of a *Codahale/Dropwizard* ``MetricRegistry`` to be used by the pool to record various metrics. See the [Metrics](https://github.com/brettwooldridge/HikariCP/wiki/Codahale-Metrics)