aboutsummaryrefslogtreecommitdiff
path: root/kamon-testkit
Commit message (Collapse)AuthorAgeFilesLines
* cleanup HTTP propagation, introduce a new Binary propagationIvan Topolnjak2018-09-281-57/+0
|
* implement HTTP server metrics trackingIvan Topolnjak2018-09-161-1/+1
|
* basic testing for the HTTP server instrumentationIvan Topolnjak2018-09-041-1/+5
|
* wip on the HttpServer instrumentationIvan Topolnjak2018-09-032-1/+15
|
* working on context tags and http propagation improvementsIvan Topolnjak2018-08-301-4/+4
|
* allow arbitrary header names for automatic broadcast string keysIvan Topolnjak2018-02-021-1/+3
|
* allow metric filtering when adding a metrics reporterIvan Topolnjak2018-01-171-0/+8
|
* use java.time.Instant with nanoseconds precision in the TracerIvan Topolnjak2017-12-141-4/+5
|
* allow applying simple configurations in tests using ReconfigureIvan Topolnjak2017-12-131-1/+1
|
* use a specialized java.time.Clock exposed through the Kamon companion objectIvan Topolnjak2017-12-131-1/+3
|
* rename MinMaxCounter to RangeSamplerIvan Topolnjak2017-12-051-4/+4
|
* add support for simple broadcast String keysIvan Topolnjak2017-11-232-8/+2
|
* Additional metric inspectionsmladens2017-10-311-1/+22
|
* add a clear() function to the test span reporterIvan Topolnjak2017-08-251-0/+3
|
* add copyright headersDiego2017-08-246-0/+90
|
* introduce the SpanCustomizer APIIvan Topolnjak2017-08-242-61/+64
|
* move kamon.context.SimpleStringCodec to kamon.testkit.SimpleStringCodec in ↵Diego2017-08-223-4/+46
| | | | order to avoid java.lang.ClassNotFoundException: kamon.context.SimpleStringCodec in tests
* fix the SpanInspector reflection for Scala 2.12Ivan Topolnjak2017-08-211-2/+2
|
* binary encoding of context and entriesIvan Topolnjak2017-08-212-3/+18
|
* remove references to ActiveSpanIvan Topolnjak2017-08-181-1/+0
|
* add utility function for including metric and trace tags simultaneouslyIvan Topolnjak2017-08-161-1/+2
|
* add GaugeMetricSyntaxDiego2017-08-151-2/+25
|
* add optional span scoping to the span metricsIvan Topolnjak2017-08-151-0/+8
|
* add ContextTesting utilitiesIvan Topolnjak2017-08-151-0/+11
|
* separate the build into core, testkit and core-tests projectsIvan Topolnjak2017-08-155-0/+171
|
* Prepare for the major cleanupIvan Topolnjak2017-04-243-98/+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.
* wipDiego2016-12-042-2/+2
|
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-151-2/+2
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-242-2/+33
|
* = all: upgrade to be compatible with the latest code in coreIvan Topolnjak2014-10-261-2/+2
|
* = spray: include macros in kamon-sprayDiego2014-08-061-1/+1
|
* ! core: use the inline variant of TraceRecorder.withTraceContext via macrosDiego2014-08-061-1/+1
|
* implementation of IMessageHandler interface in order to control Aspectj ↵Diego2014-03-151-1/+1
| | | | weaving messages through kamon
* instrument akka testkit to correctly propagate TraceContexts when replying ↵Ivan Topolnjak2014-02-022-0/+67
from a test probe