aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/metric/EntityRecorder.scala
Commit message (Collapse)AuthorAgeFilesLines
* trying to flatten out the structure and eliminate the notion of entititesIvan Topolnjak2017-05-251-90/+0
|
* wip, trying to get something that could be testedIvan Topolnjak2017-05-211-7/+28
|
* wip: playing with akka-less implementation of subscriptionsIvan Topolnjak2017-05-021-1/+47
|
* bring the new skeleton into placeIvan Topolnjak2017-04-241-0/+23
|
* Prepare for the major cleanupIvan Topolnjak2017-04-241-235/+0
| | | | | | Moved all the original files from src/main to src/legacy-main, same with test files. Also removed the autoweave module, examples and bench as I'm planning to have them in separate repositories.
* wipDiego2016-12-041-2/+2
|
* 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