aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:kamon-io/KamonDiego2016-04-221-4/+2
|\
| * core: catch any exception being thrown when recording values on histogramsIvan Topolnjak2016-04-011-4/+2
| | | | | | | | fixes #232, fixes #332
* | Add tags for traces and closes #327Diego2016-04-221-3/+3
| |
* | Add tags for traces and closes #327Diego2016-04-223-5/+7
|/
* minor formatting changes.Ivan Topolnjak2016-03-151-1/+1
|
* = core: minor refactor in ExecutorServiceMetricsDiego2016-03-061-24/+22
|
* = system-metrics: runSafe in UlimitMetrics and include a testDiego2016-03-034-14/+14
|
* + core: provide generic way to scale time and memory metricsEugene Platonov2015-12-015-1/+302
|
* wip: merge from master and fix some testDiego2015-11-151-11/+5
|\
* | wip, core/akka/spray are kind of migrated.Ivan Topolnjak2015-08-288-71/+16
|/
* ! kamon-akka: change in DispatcherInstrumentation the type of Dispatcher to ↵Diego2015-08-251-5/+5
| | | | ForkJoinPool instead of AkkaForkJoinPool
* ! core: generalize ThreadPoolExecutors metricsDiego2015-08-251-0/+77
|
* Merge branch 'samplers' of https://github.com/Elyrixia/Kamon into ↵Ivan Topolnjak2015-07-211-0/+76
|\ | | | | | | pr/elyrixia-samplers-206
| * + core: add a clock-sampler, fix ordered-sampler, add unit tests for samplersTristan Sallé2015-07-151-0/+76
| |
* | + Ensure that the TraceLocalStorage can be used from Java and close #196Diego2015-07-181-1/+16
|/
* = core: add commodity trace context manipulation methods to the Tracer.Ivan Topolnjak2015-04-171-4/+2
|
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-095-81/+76
|
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-154-46/+46
|
* ! core: drop the Extension postfix on all core components.Ivan Topolnjak2015-02-151-1/+1
|
* = core: rename UserMetrics to SimpleMetrics.Ivan Topolnjak2015-02-151-33/+33
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-137-51/+66
|
* ! all: include license headersDiego2015-01-297-0/+112
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-2416-732/+357
|
* ! core,akka: separate all akka instrumentation into it's own kamon-akka ↵Ivan Topolnjak2014-12-287-891/+0
| | | | | | | | | | | | | | | module, related to #136. All Akka-related instrumentation and code has been moved to the kamon-akka module, including the filters for actor, dispatcher and router metrics. Also the following changes are included: - Router Metrics are now working properly, related to #139. - Cleanup the log output for this module, related to #142. - Some minor cleanups in various tests. This PR breaks the reporting modules which will need to wait for #141 to be ready to come back to life.
* + system-metrics: fix #135 and includes the following new metrics:Diego2014-12-281-4/+4
| | | | | | | | | ** DiskMetrics ** NonHeapMetrics ** LoadAverageMetrics ** ThreadMetrics ** ClassLoadingMetrics and closes #131
* = core: include new test case in GlobalPathFilterSpecDiego2014-12-241-1/+13
|
* = core: modified version of GlobPathFilter and improve GlobPahFilterSpecDiego2014-12-241-9/+20
|
* + core: introduce simplified version of GlobPathFilter and resolve exact ↵Diego2014-12-241-0/+43
| | | | actor metric filter issue
* = core: avoid unnecesary allocation when askPatternTimeoutWarning is offDiego2014-12-171-2/+2
|
* + core: A more lightweight way for tracing the Akka.ask timeouts and closes #113Diego2014-12-171-1/+1
|
* + core: introduce an alternative way for tracing the Akka.ask timeoutsDiego2014-12-132-2/+2
|
* = 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
|
* + system-metrics: two-phase sigar loadingAndrei Pozolotin2014-12-041-0/+5
| | | | | | * update slf4jVersion * redirect JUL and LOG4J logging to SLF4J * use two-phase sigar loading
* + core: cleanup the simple trace implementationIvan Topolnjak2014-12-041-6/+8
|
* = core: first simple approach to providing traces and a subscription mechanism.Ivan Topolnjak2014-12-031-0/+101
|
* ! core: update HdrHistogram to 2.0.3Diego2014-11-192-2/+2
|
* + core: refactor MDC facilities and closes #100Diego2014-11-192-5/+57
|
* = core: kamon akka instrumentation name spaceAndrei Pozolotin2014-11-121-1/+1
| | | | suppress javac warnings move javac settings
* + core,play,spray: allow segments to identify the library they belong to.Ivan Topolnjak2014-11-092-6/+6
|
* = core: ensure that ActorMetricsSpec uses the correct configuration.Ivan Topolnjak2014-11-091-3/+8
|
* ! core: replace Option[TraceContext] by empty object pattern and implement ↵Ivan Topolnjak2014-10-254-26/+26
| | | | basic segments with renaming.
* + akka-remote: create a new kamon-akka-remote module, closes #99Ivan Topolnjak2014-10-241-168/+0
|
* + 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-194-4/+4
|
* = play:Diego2014-09-091-2/+0
| | | | | | | | * remove from publishErrorMessage method * refactor onError method in RequestInstrumentation * refactor WSInstrumentation in order to propagate the TraceContext when a WS call is executed outside an Action * improve tests * closes #33
* + core: initial support for akka remoting/cluster, related to #61Ivan Topolnjak2014-08-311-0/+168
|
* + core: provide metrics for routersDiego2014-08-291-0/+163
| | | | | | | * processing-time * errors * time-in-mailbox closes #62
* + core: add support for trace context propagation on Scalaz futuresMichael Donaghy2014-08-211-0/+63
|
* = core: ensure that MinMaxCounters never record values bellow zero, fixes #71Ivan Topolnjak2014-08-131-3/+37
|