aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/scala/kamon/testkit
Commit message (Collapse)AuthorAgeFilesLines
* separate the build into core, testkit and core-tests projectsIvan Topolnjak2017-08-155-171/+0
|
* expose the identity provider through the TracerIvan Topolnjak2017-08-141-6/+4
|
* implement Span propagation on top of Kamon.ContextIvan Topolnjak2017-08-142-8/+6
|
* try an alternative approach to active span managementIvan Topolnjak2017-07-251-3/+1
|
* add metric inspection facility for testsIvan Topolnjak2017-07-201-0/+45
|
* start writting Span.Real testsIvan Topolnjak2017-07-192-0/+49
|
* add tests for active span managementIvan Topolnjak2017-07-191-4/+4
|
* tests for Span building and the ExtendedB3 codec, related bugfixesIvan Topolnjak2017-07-192-3/+69
|
* provide the proper FQCN for default identity providers and codecsIvan Topolnjak2017-07-181-0/+17
|
* use java.util.DurationIvan Topolnjak2017-06-111-28/+0
|
* * Introduce Java 8 Unsafe intrinsics in LogAdder (lock addq and lock xchg)Diego2017-06-081-4/+5
| | | | | * Introduce atomic variant of LongAdder::sumThenReset -> LongAdder::sumAndReset * Remove LongMaxUpdater in favor to AtomicLongMaxUpdater
* include copyright headersDiego2017-06-081-0/+15
|
* 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-251-2/+1
|
* implement entity filtersIvan Topolnjak2017-05-201-1/+1
|
* implement HdrHistogram and Distribution snapshotsIvan Topolnjak2017-04-271-0/+13
|
* Prepare for the major cleanupIvan Topolnjak2017-04-241-70/+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.
* [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-241-2/+2
| | | | | 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-041-3/+3
|
* Add tags for traces and closes #327Diego2016-04-221-3/+3
|
* Add tags for traces and closes #327Diego2016-04-221-2/+5
|
* wip, core/akka/spray are kind of migrated.Ivan Topolnjak2015-08-281-2/+2
|
* = 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-091-1/+6
|
* ! core: drop the Extension postfix on all core components.Ivan Topolnjak2015-02-151-1/+1
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-131-9/+19
|
* ! all: include license headersDiego2015-01-291-0/+16
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-241-0/+34