aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/metric/EntityRecorder.scala
Commit message (Collapse)AuthorAgeFilesLines
* + core: Allow creation of counters with unitsDaniel Solano Gómez2015-07-241-0/+3
| | | | | | | | | | | | | Currently, the GenericEntityRecorder only allows two ways to create a new counter: 1. Using a simple name, resulting in a counter with an Unknown unit of measure 2. Using a CounterKey, but that is not really helpful since that class is private to Kamon This trivial patch adds a new counter method that accepts a unit of measure.
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-091-25/+78
|
* ! core: revised semantics of .register on Metrics module to match our docs.Ivan Topolnjak2015-02-041-1/+1
|
* ! all: include license headersDiego2015-01-291-0/+16
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-241-0/+157