aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/trace
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* continuation now takes ActiveSpanSource as parameter instead of TracerIvan Topolnjak2017-07-182-4/+3
|
* remove the endTimestampMicros member from Span.RealIvan Topolnjak2017-07-181-13/+11
|
* return the wrapped Span upon deactivation of a ActiveSpanIvan Topolnjak2017-07-181-2/+4
|
* expose the Tracer API via Kamon companion objectIvan Topolnjak2017-07-171-0/+5
|
* working on ID generation and SpanContext encoding/decodingIvan Topolnjak2017-07-173-128/+127
|
* wipIvan Topolnjak2017-07-148-280/+631
|
* start counting errors when Spans are finishedIvan Topolnjak2017-07-101-1/+2
|
* 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-112-2/+1
|
* crossbuilding for all supported Scala versionsIvan Topolnjak2017-06-112-3/+3
|
* separate metrics from instruments and add default instrument for metricsIvan Topolnjak2017-06-112-5/+8
|
* only report sampled spansIvan Topolnjak2017-06-092-11/+11
|
* Merge remote-tracking branch 'upstream/kamon-1.0-develop' into kamon-1.0-developIvan Topolnjak2017-06-085-2/+77
|\
| * include copyright headersDiego2017-06-085-2/+77
| |
* | fix typo on B3 header names for context propagationIvan Topolnjak2017-06-081-5/+5
|/
* make it compile for Scala 2.11 and 2.12Ivan Topolnjak2017-06-061-3/+5
|
* on the crazy path to a better Kamon :DIvan Topolnjak2017-05-263-48/+74
|
* trying to flatten out the structure and eliminate the notion of entititesIvan Topolnjak2017-05-252-25/+18
|
* get some basic sampling goingIvan Topolnjak2017-05-235-92/+218
|
* implement entity filtersIvan Topolnjak2017-05-202-6/+9
|
* some more wipIvan Topolnjak2017-05-183-2/+311
|
* bring the new skeleton into placeIvan Topolnjak2017-04-242-0/+10
|
* Prepare for the major cleanupIvan Topolnjak2017-04-2411-1133/+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.
* Rename class vars so they do not shadow the def from their parent. Fixes ↵Ryan Bair2017-04-241-4/+4
| | | | #453. (#454)
* allow restarting Kamon in the same process.Ivan Topolnjak2016-12-242-7/+8
| | | | | taking some ideas from #395, this commit removes ConfigProviders and allows Kamon to be used in "permissive" mode until it gets started.
* wipDiego2016-12-048-28/+41
|
* + core: allow accessing tags on TraceContext and Segment (#386)Bruno Filippone2016-08-192-0/+6
|
* + core: include Tags and Status in TraceInfo and SegmentInfo and closes #377Diego2016-07-274-9/+12
|
* = core: minor refactorDiego2016-07-105-30/+55
|
* + Kamon-core: introduce finishWithError(Throwable) for Traces and SegmentsDiego Parra2016-07-084-50/+76
| | | | * + kamon-core: introduce finishWithError(Throwable) for Traces and Segments
* = kamon-core: add context name and token to MDCdxspasojevic2016-06-181-3/+13
|
* + kamon-spray: Add tags in spray spray directives for tracing and closes #345Diego2016-04-221-2/+2
|
* Add tags for traces and closes #327Diego2016-04-224-30/+76
|
* Add tags for traces and closes #327Diego2016-04-223-22/+50
|
* = core: apply metric filters to tracesJoao Azevedo2016-01-201-2/+4
|
* = akka-remote: add @transient to kamon.trace.SegmentAware::segment to avoid ↵Diego2015-08-271-1/+1
| | | | error in chill/kryo serialization and closes #160
* ! play: remove diagnostic context dataDiego2015-08-161-4/+0
|