aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/trace
Commit message (Expand)AuthorAgeFilesLines
* Implement a module registry that supports loading from configuration (#559)Ivan Topolnjak2018-10-293-24/+55
* Implement "b3 single" header format (#551)Diego Parra2018-10-151-4/+97
* improve error handling on binary propagationIvan Topolnjak2018-09-281-1/+0
* cleanup the context propagation section on the configuration fileIvan Topolnjak2018-09-281-2/+21
* cleanup HTTP propagation, introduce a new Binary propagationIvan Topolnjak2018-09-281-40/+37
* basic testing for the HTTP server instrumentationIvan Topolnjak2018-09-041-2/+16
* wip on the HttpServer instrumentationIvan Topolnjak2018-09-031-11/+11
* working on context tags and http propagation improvementsIvan Topolnjak2018-08-303-32/+31
* Merge pull request #539 from Falmarri/masterIvan Topolnjak2018-06-171-6/+11
|\
| * Allow access to local span operation namefalmarri2018-06-131-6/+11
* | Use spanIdGenerator for decoding spans in SpanCodec.ColferLukasz Stefaniak2018-06-011-3/+3
* | do not encode ParentID on B3 headers if not present, fixes kamon-io/kamon-akk...Ivan Topolnjak2018-04-051-1/+3
|/
* apply metric tags on spans, even if the span is not sampled, fixes #513Ivan Topolnjak2018-02-101-13/+20
* ensure that a sampling decision is taken when the parent decision is unknownIvan Topolnjak2018-01-091-1/+1
* move alignment and duration utilities to the companion objectIvan Topolnjak2017-12-181-1/+1
* use java.time.Instant with nanoseconds precision in the TracerIvan Topolnjak2017-12-142-37/+34
* use a specialized java.time.Clock exposed through the Kamon companion objectIvan Topolnjak2017-12-132-14/+28
* allow disabling/enabling metrics collection from the SpanBuilderIvan Topolnjak2017-12-122-5/+17
* allow enabling/disabling of metrics on a SpanIvan Topolnjak2017-12-061-4/+13
* simplify access to Span.ContextKey and Key builders for Java usersIvan Topolnjak2017-11-281-1/+1
* add marks API for SpansIvan Topolnjak2017-11-171-19/+39
* add Span.addError(..)Ivan Topolnjak2017-08-261-5/+33
* make Span.addTag work only on Span tagsIvan Topolnjak2017-08-262-29/+18
* remove the annotations API from the SpanIvan Topolnjak2017-08-261-23/+2
* add copyright headersDiego2017-08-242-0/+30
* introduce the SpanCustomizer APIIvan Topolnjak2017-08-242-2/+49
* binary encoding of context and entriesIvan Topolnjak2017-08-213-11/+79
* remove references to ActiveSpanIvan Topolnjak2017-08-181-4/+4
* add utility function for including metric and trace tags simultaneouslyIvan Topolnjak2017-08-162-0/+16
* expose SpanCodec through Kamon::contextCodecDiego2017-08-151-1/+1
* add optional span scoping to the span metricsIvan Topolnjak2017-08-152-24/+39
* move ALMaxUpdater and MeasurementUnit to kamon.metricIvan Topolnjak2017-08-151-1/+2
* Merge remote-tracking branch 'ivantopo/wip/moving-ot-support-to-a-separeate-p...Ivan Topolnjak2017-08-157-353/+535
|\
| * expose the identity provider through the TracerIvan Topolnjak2017-08-144-59/+33
| * implement Span propagation on top of Kamon.ContextIvan Topolnjak2017-08-145-291/+76
| * rename ActiveSpanSource into ActiveSpanStorageIvan Topolnjak2017-07-304-54/+79
| * try an alternative approach to active span managementIvan Topolnjak2017-07-255-153/+56
| * accept Option[SpanContext] as parent in SpanBuilderIvan Topolnjak2017-07-191-0/+5
| * start writting Span.Real testsIvan Topolnjak2017-07-192-5/+14
| * add tests for active span managementIvan Topolnjak2017-07-191-3/+0
| * tests for Span building and the ExtendedB3 codec, related bugfixesIvan Topolnjak2017-07-194-33/+48
| * provide the proper FQCN for default identity providers and codecsIvan Topolnjak2017-07-181-1/+3
| * make the SpanContextCodecs configurableIvan Topolnjak2017-07-181-9/+40
| * add a double length trace identifier implementation of IdentityProviderIvan Topolnjak2017-07-181-3/+42
| * introduce types for Span tagsIvan Topolnjak2017-07-184-16/+59
| * minor ordering changes within the Span fileIvan Topolnjak2017-07-181-24/+26
| * make Continuations apply take ActiveSpanSource instead of TracerIvan Topolnjak2017-07-181-1/+1
| * make the remote parent join mode configurableIvan Topolnjak2017-07-181-2/+4
| * remove unnecesary cases handled in extract and injectIvan Topolnjak2017-07-181-3/+0
| * use "probability" instead of "chance" terms for the random samplerIvan Topolnjak2017-07-182-14/+14