aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test
Commit message (Collapse)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 ↵Ivan Topolnjak2017-08-1516-167/+792
|\ | | | | | | 'ivantopo/wip/moving-ot-support-to-a-separeate-project' into kamon-1.0-develop
| * 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 ↵mladens2017-07-121-4/+0
| | | | | | | | be used
* | 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
| | | | | * Introduce atomic variant of LongAdder::sumThenReset -> LongAdder::sumAndReset * Remove LongMaxUpdater in favor to AtomicLongMaxUpdater
* 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
| | | | | | Moved all the original files from src/main to src/legacy-main, same with test files. Also removed the autoweave module, examples and bench as I'm planning to have them in separate repositories.
* Rename class vars so they do not shadow the def from their parent. Fixes ↵Ryan Bair2017-04-241-0/+28
| | | | #453. (#454)
* + 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
| | | | | taking some ideas from #395, this commit removes ConfigProviders and allows Kamon to be used in "permissive" mode until it gets started.
* 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
| | | | | | * more-flexible-kamon-config: adding back a method to allow passing of a configuration into kamon but still allows for kamon's internal config to control the actor system responsible for metrics (cherry picked from commit 1734c2b)
* wipDiego2016-12-0416-60/+78
|
* + core: support for regex path filters (#388)Daniel Bimschas2016-11-051-0/+59
|