Commit 7e5b08e0 authored by Phillip Webb's avatar Phillip Webb

Merge pull request #3119 from izeye/codahale

* codahale:
  Change Codahale to Dropwizard in Javadoc.
parents 93e6a717 de91dc0d
...@@ -45,7 +45,7 @@ import com.codahale.metrics.Sampling; ...@@ -45,7 +45,7 @@ import com.codahale.metrics.Sampling;
import com.codahale.metrics.Timer; import com.codahale.metrics.Timer;
/** /**
* A Spring Boot {@link MetricReader} that reads metrics from a Codahale * A Spring Boot {@link MetricReader} that reads metrics from a Dropwizard
* {@link MetricRegistry}. Gauges and Counters are reflected as a single value. Timers, * {@link MetricRegistry}. Gauges and Counters are reflected as a single value. Timers,
* Meters and Histograms are expanded into sets of metrics containing all the properties * Meters and Histograms are expanded into sets of metrics containing all the properties
* of type Number. * of type Number.
......
...@@ -31,7 +31,7 @@ import com.codahale.metrics.MetricRegistry; ...@@ -31,7 +31,7 @@ import com.codahale.metrics.MetricRegistry;
import com.codahale.metrics.Timer; import com.codahale.metrics.Timer;
/** /**
* A {@link MetricWriter} that send data to a Codahale {@link MetricRegistry} based on a * A {@link MetricWriter} that send data to a Dropwizard {@link MetricRegistry} based on a
* naming convention: * naming convention:
* *
* <ul> * <ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment