aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/metric/EntityRecorder.scala
Commit message (Collapse)AuthorAgeFilesLines
* minor formatting changes.Ivan Topolnjak2016-03-151-1/+1
|
* Merge branch 'issue#271/fix-balancing-pool-metrics'Ivan Topolnjak2016-03-151-0/+6
|\
| * introduce selective instrumentation for akka actors.Ivan Topolnjak2016-03-141-0/+6
| |
* | + core: provide generic way to scale time and memory metricsEugene Platonov2015-12-011-1/+1
|/
* + 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