aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/trace/Tracer.scala
Commit message (Expand)AuthorAgeFilesLines
* Implement a module registry that supports loading from configuration (#559)Ivan Topolnjak2018-10-291-16/+48
* basic testing for the HTTP server instrumentationIvan Topolnjak2018-09-041-2/+16
* use java.time.Instant with nanoseconds precision in the TracerIvan Topolnjak2017-12-141-5/+7
* use a specialized java.time.Clock exposed through the Kamon companion objectIvan Topolnjak2017-12-131-7/+18
* allow disabling/enabling metrics collection from the SpanBuilderIvan Topolnjak2017-12-121-1/+13
* make Span.addTag work only on Span tagsIvan Topolnjak2017-08-261-9/+4
* introduce the SpanCustomizer APIIvan Topolnjak2017-08-241-2/+14
* binary encoding of context and entriesIvan Topolnjak2017-08-211-7/+8
* remove references to ActiveSpanIvan Topolnjak2017-08-181-4/+4
* add utility function for including metric and trace tags simultaneouslyIvan Topolnjak2017-08-161-0/+6
* add optional span scoping to the span metricsIvan Topolnjak2017-08-151-5/+9
* expose the identity provider through the TracerIvan Topolnjak2017-08-141-5/+9
* implement Span propagation on top of Kamon.ContextIvan Topolnjak2017-08-141-77/+18
* rename ActiveSpanSource into ActiveSpanStorageIvan Topolnjak2017-07-301-5/+2
* try an alternative approach to active span managementIvan Topolnjak2017-07-251-23/+9
* accept Option[SpanContext] as parent in SpanBuilderIvan Topolnjak2017-07-191-0/+5
* tests for Span building and the ExtendedB3 codec, related bugfixesIvan Topolnjak2017-07-191-6/+12
* provide the proper FQCN for default identity providers and codecsIvan Topolnjak2017-07-181-1/+3
* make the SpanContextCodecs configurableIvan Topolnjak2017-07-181-9/+40
* introduce types for Span tagsIvan Topolnjak2017-07-181-2/+14
* 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-181-4/+4
* expose the Tracer API via Kamon companion objectIvan Topolnjak2017-07-171-0/+5
* working on ID generation and SpanContext encoding/decodingIvan Topolnjak2017-07-171-37/+32
* wipIvan Topolnjak2017-07-141-96/+121
* dont mix initial tags with baggageIvan Topolnjak2017-07-101-2/+2
* append child baggage in SpanContext creationDiego2017-07-091-1/+1
* handle null SpanContext when building a spanIvan Topolnjak2017-06-191-1/+2
* add utilily classes for working with Spans and ContinuationsIvan Topolnjak2017-06-111-1/+0
* crossbuilding for all supported Scala versionsIvan Topolnjak2017-06-111-2/+2
* separate metrics from instruments and add default instrument for metricsIvan Topolnjak2017-06-111-1/+1
* only report sampled spansIvan Topolnjak2017-06-091-8/+5
* include copyright headersDiego2017-06-081-2/+16
* on the crazy path to a better Kamon :DIvan Topolnjak2017-05-261-9/+33
* trying to flatten out the structure and eliminate the notion of entititesIvan Topolnjak2017-05-251-8/+4
* get some basic sampling goingIvan Topolnjak2017-05-231-55/+77
* some more wipIvan Topolnjak2017-05-181-2/+107
* bring the new skeleton into placeIvan Topolnjak2017-04-241-0/+5
* = core: add commodity trace context manipulation methods to the Tracer.Ivan Topolnjak2015-04-171-132/+0
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-091-2/+2
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-151-0/+22
* ! core: drop the Extension postfix on all core components.Ivan Topolnjak2015-02-151-0/+110