Skip to content

Commit

Permalink
Clarify PublicMetrics (uniqueness of metric names)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Jan 25, 2017
1 parent 5ee4674 commit 98a4c72
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@

/**
* 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 {

Expand Down

0 comments on commit 98a4c72

Please sign in to comment.