Merge remote-tracking branch 'origin/1.5.x'

This commit is contained in:
Dave Syer 2017-01-25 09:44:22 +00:00
commit 50c1e363ad
1 changed files with 4 additions and 1 deletions

View File

@ -22,9 +22,12 @@ import org.springframework.boot.actuate.metrics.Metric;
/**
* Interface to expose specific {@link Metric}s via a {@link MetricsEndpoint}.
* Implementations should take care that the metrics they provide have unique names in the
* application context, but they shouldn't have to care about global uniqueness in the JVM
* or across a distributed system.
*
* @author Dave Syer
* @see SystemPublicMetrics
* @see SystemPublicMetrics SystemPublicMetrics for an example implementation
*/
public interface PublicMetrics {