aboutsummaryrefslogtreecommitdiff
path: root/kamon-core-tests/src/test/scala/kamon/trace
Commit message (Collapse)AuthorAgeFilesLines
* Implement a module registry that supports loading from configuration (#559)Ivan Topolnjak2018-10-291-14/+12
|
* Implement "b3 single" header format (#551)Diego Parra2018-10-151-0/+183
| | | Implement 'b3 single' header format for Span propagation over HTTP
* cleanup the context propagation section on the configuration fileIvan Topolnjak2018-09-281-3/+3
|
* update the B3 propagation specIvan Topolnjak2018-09-281-186/+210
|
* cleanup HTTP propagation, introduce a new Binary propagationIvan Topolnjak2018-09-281-1/+1
|
* working on context tags and http propagation improvementsIvan Topolnjak2018-08-301-185/+185
|
* do not encode ParentID on B3 headers if not present, fixes ↵Ivan Topolnjak2018-04-051-3/+19
| | | | kamon-io/kamon-akka-http#35
* apply metric tags on spans, even if the span is not sampled, fixes #513Ivan Topolnjak2018-02-101-3/+15
|
* ensure that a sampling decision is taken when the parent decision is unknownIvan Topolnjak2018-01-091-1/+26
|
* use java.time.Instant with nanoseconds precision in the TracerIvan Topolnjak2017-12-142-12/+16
|
* allow disabling/enabling metrics collection from the SpanBuilderIvan Topolnjak2017-12-122-1/+8
|
* allow enabling/disabling of metrics on a SpanIvan Topolnjak2017-12-061-0/+21
|
* add utility apis for easier usage of Spans in the current contextIvan Topolnjak2017-11-231-2/+2
|
* add marks API for SpansIvan Topolnjak2017-11-171-6/+14
|
* add Span.addError(..)Ivan Topolnjak2017-08-262-8/+25
|
* make Span.addTag work only on Span tagsIvan Topolnjak2017-08-263-22/+19
|
* remove the annotations API from the SpanIvan Topolnjak2017-08-261-21/+0
|
* add copyright headersDiego2017-08-246-0/+90
|
* introduce the SpanCustomizer APIIvan Topolnjak2017-08-242-5/+33
|
* remove references to ActiveSpanIvan Topolnjak2017-08-182-6/+7
|
* add optional span scoping to the span metricsIvan Topolnjak2017-08-151-24/+70
|
* separate the build into core, testkit and core-tests projectsIvan Topolnjak2017-08-156-0/+597