aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/scala/kamon/metric
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into release-legacy-akka-2.2Ivan Topolnjak2015-05-095-173/+164
|\
| * ! all: introduced support for metric tags.Ivan Topolnjak2015-03-094-80/+70
| * ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-151-9/+9
| * = core: rename UserMetrics to SimpleMetrics.Ivan Topolnjak2015-02-151-33/+33
* | Merge branch 'single-kamon-instance-per-jvm' into release-legacy-akka-2.2Ivan Topolnjak2015-02-1411-985/+315
|\|
| * ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-135-38/+43
| * ! all: include license headersDiego2015-01-295-0/+80
| * ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-248-479/+224
| * ! core,akka: separate all akka instrumentation into it's own kamon-akka modul...Ivan Topolnjak2014-12-283-493/+0
| * + core: introduce an alternative way for tracing the Akka.ask timeoutsDiego2014-12-131-1/+1
| * = core: force the tick buffer spec to use the .millis value of MilliTimestamp.Ivan Topolnjak2014-12-051-4/+4
| * = core,datadog,statsd: migrate from plain Long to MilliTimestamp.Ivan Topolnjak2014-12-051-6/+6
| * = core: kamon akka instrumentation name spaceAndrei Pozolotin2014-11-121-1/+1
* | Merge branch 'master' into release-0.2Ivan Topolnjak2014-11-102-7/+12
|\|
| * + core,play,spray: allow segments to identify the library they belong to.Ivan Topolnjak2014-11-091-4/+4
| * = core: ensure that ActorMetricsSpec uses the correct configuration.Ivan Topolnjak2014-11-091-3/+8
* | Include missing files after the mergeIvan Topolnjak2014-11-031-1/+3
* | Merge branch 'master' into release-0.2, kamon-play still need fixes.Ivan Topolnjak2014-11-034-20/+18
|\|
| * ! core: replace Option[TraceContext] by empty object pattern and implement ba...Ivan Topolnjak2014-10-251-12/+9
| * + core: provide sum and percentile functions in Histogram.Snapshot, closes #85Ivan Topolnjak2014-10-201-1/+6
| * = core: use explicitly thrown exceptions for failure tests.Ivan Topolnjak2014-10-192-2/+2
| * = play:Diego2014-09-091-2/+0
* | Merge branch 'master' into release-0.2Ivan Topolnjak2014-09-011-0/+166
|\|
| * + core: provide metrics for routersDiego2014-08-291-0/+163
* | Merge branch 'master' into release-0.2Ivan Topolnjak2014-08-131-3/+37
|\|
| * = core: ensure that MinMaxCounters never record values bellow zero, fixes #71Ivan Topolnjak2014-08-131-3/+37
* | Merge branch 'master' into release-0.2Ivan Topolnjak2014-08-042-103/+124
|\|
| * = core: allow subscribing to user metrics and give decent namesIvan Topolnjak2014-08-041-98/+105
| * = core: minor fix in actor metrics specIvan Topolnjak2014-08-041-4/+4
| * = core: cleanup actor metrics recorder after the actor is stopped, closes #69Ivan Topolnjak2014-08-021-1/+15
* | Merge branch 'master' into release-0.2Ivan Topolnjak2014-07-295-7/+10
|/
* = core: subscription protocol specification, closes #51Ivan Topolnjak2014-07-282-1/+134
* + core: create the new KamonStandalone helper, closes #47Ivan Topolnjak2014-07-081-0/+23
* = core: ensure that no automatic metric flushes occur during certain testsIvan Topolnjak2014-07-045-0/+9
* + core: introduce the new kamon.metrics.default-collection-context-buffer-siz...Ivan Topolnjak2014-07-044-8/+14
* ! all: refactor the core metric recording instruments and accomodate UserMetricsIvan Topolnjak2014-07-039-0/+1149