aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/util
Commit message (Collapse)AuthorAgeFilesLines
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-091-0/+9
|
* ! kamon-annotation: defined instruments @Trace @Segment @Gauge @Timed ↵Diego2015-03-011-0/+29
| | | | @Counted @Histogram and full implemetation
* = all: stop using config.getDuration in favor of config.getFiniteDuration.Ivan Topolnjak2015-02-151-1/+1
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-131-0/+53
|
* ! core: revised semantics of .register on Metrics module to match our docs.Ivan Topolnjak2015-02-041-1/+13
|
* ! all: include license headersDiego2015-01-295-0/+79
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-245-0/+178
|
* = core: modified version of GlobPathFilter and improve GlobPahFilterSpecDiego2014-12-241-44/+0
|
* + core: introduce simplified version of GlobPathFilter and resolve exact ↵Diego2014-12-241-0/+44
| | | | actor metric filter issue
* = core: use Sequencer instead of AtomicLongDiego2014-12-031-1/+1
|
* + core: introduce Sequencer to generate a incrementing sequence of Longs ↵Diego2014-12-032-1/+42
| | | | with a simple Long overflow protection
* + core: allow dispatcher configuration to core componentsIvan Topolnjak2014-05-181-24/+0
|
* = core: code formatDiego2014-05-091-2/+2
|
* + core: added MinMaxCounterSpec and new test in ActorMetricsSpecDiego2014-05-091-0/+24
|
* + core: MinMaxCounter for actor mailbox sizeDiego2014-05-071-0/+24