aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* separate the build into core, testkit and core-tests projectsIvan Topolnjak2017-08-1526-1707/+0
* move ALMaxUpdater and MeasurementUnit to kamon.metricIvan Topolnjak2017-08-153-3/+1
* Merge remote-tracking branch 'ivantopo/wip/moving-ot-support-to-a-separeate-p...Ivan Topolnjak2017-08-1516-167/+792
|\
| * expose the identity provider through the TracerIvan Topolnjak2017-08-146-44/+11
| * implement Span propagation on top of Kamon.ContextIvan Topolnjak2017-08-147-288/+77
| * initial implementation of ThreadLocalStorage for ContextIvan Topolnjak2017-08-121-0/+41
| * try an alternative approach to active span managementIvan Topolnjak2017-07-254-54/+48
| * add metric inspection facility for testsIvan Topolnjak2017-07-201-0/+45
| * add basic span reporting testsIvan Topolnjak2017-07-201-5/+143
| * test EmptySpanContext injection on the ExtendedB3 codecIvan Topolnjak2017-07-201-0/+5
| * accept Option[SpanContext] as parent in SpanBuilderIvan Topolnjak2017-07-191-2/+3
| * start writting Span.Real testsIvan Topolnjak2017-07-193-0/+90
| * add tests for active span managementIvan Topolnjak2017-07-192-4/+75
| * tests for Span building and the ExtendedB3 codec, related bugfixesIvan Topolnjak2017-07-194-20/+295
| * provide the proper FQCN for default identity providers and codecsIvan Topolnjak2017-07-182-0/+35
| * add a double length trace identifier implementation of IdentityProviderIvan Topolnjak2017-07-181-0/+86
| * add test case for decoding a invalid identifierIvan Topolnjak2017-07-171-2/+8
| * working on ID generation and SpanContext encoding/decodingIvan Topolnjak2017-07-174-126/+210
* | Remove span error counter, count from metric refined with error tag should be...mladens2017-07-121-4/+0
* | Separate span metrics and counts for spans finished with an errormladens2017-07-121-0/+70
|/
* add timer utility metric, based on histogramsIvan Topolnjak2017-06-271-0/+72
* add lowest discernible value testIvan Topolnjak2017-06-271-0/+25
* 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-2421-2074/+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-131-7/+24
* [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