aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test
Commit message (Expand)AuthorAgeFilesLines
* add SpanContextCodecSpecDiego2017-06-221-0/+106
* add utility to copy baggage and trace id to MDCIvan Topolnjak2017-06-181-0/+39
* handle filters with quoted namesIvan Topolnjak2017-06-161-62/+65
* refactor topLevelKeys extension on ConfigIvan Topolnjak2017-06-151-0/+36
* move filters to util package, expose them from KamonIvan Topolnjak2017-06-142-3/+5
* add HistogramSpec, move counter and mmcounter specsIvan Topolnjak2017-06-113-4/+71
* use java.util.DurationIvan Topolnjak2017-06-113-42/+26
* separate metrics from instruments and add default instrument for metricsIvan Topolnjak2017-06-111-0/+62
* replace auto settings for environment with actual valuesIvan Topolnjak2017-06-091-0/+48
* improve MinMaxCounterSpecDiego2017-06-081-0/+2
* * Introduce Java 8 Unsafe intrinsics in LogAdder (lock addq and lock xchg)Diego2017-06-085-148/+245
* include copyright headersDiego2017-06-085-2/+48
* make it compile for Scala 2.11 and 2.12Ivan Topolnjak2017-06-061-1/+1
* trying to flatten out the structure and eliminate the notion of entititesIvan Topolnjak2017-05-255-176/+175
* wip, trying to get something that could be testedIvan Topolnjak2017-05-211-4/+4
* implement entity filtersIvan Topolnjak2017-05-206-18/+263
* implement HdrHistogram and Distribution snapshotsIvan Topolnjak2017-04-274-2/+75
* bring the new skeleton into placeIvan Topolnjak2017-04-241-0/+112
* Prepare for the major cleanupIvan Topolnjak2017-04-2423-2112/+0
* Rename class vars so they do not shadow the def from their parent. Fixes #453...Ryan Bair2017-04-241-0/+28
* + MetricsModule: Add default metrics loaded from configJason Martens2017-04-132-7/+35
* [issue 443] actor system terminatepj.fanning2017-03-141-3/+3
* ensure tests execute sequentially, shutdown Kamon after each testIvan Topolnjak2017-01-221-1/+4
* allow restarting Kamon in the same process.Ivan Topolnjak2016-12-242-2/+95
* preparing release 0.6.4Diego2016-12-211-3/+3
* + core: adding back a method to allow passing of a configuration into kamonhunterpayne-ck2016-12-211-7/+8
* wipDiego2016-12-0416-60/+78
* + core: support for regex path filters (#388)Daniel Bimschas2016-11-051-0/+59
* + core: allow accessing tags on TraceContext and Segment (#386)Bruno Filippone2016-08-191-0/+27
* + core: include Tags and Status in TraceInfo and SegmentInfo and closes #377Diego2016-07-271-0/+69
* + Kamon-core: introduce finishWithError(Throwable) for Traces and SegmentsDiego Parra2016-07-082-6/+37
* = kamon-core: add context name and token to MDCdxspasojevic2016-06-181-0/+44
* 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
* | 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 F...Diego2015-08-251-5/+5
* ! core: generalize ThreadPoolExecutors metricsDiego2015-08-251-0/+77
* Merge branch 'samplers' of https://github.com/Elyrixia/Kamon into pr/elyrixia...Ivan Topolnjak2015-07-211-0/+76
|\
| * + 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