aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* rename ActiveSpanSource into ActiveSpanStorageIvan Topolnjak2017-07-305-56/+79
* try an alternative approach to active span managementIvan Topolnjak2017-07-257-202/+82
* accept Option[SpanContext] as parent in SpanBuilderIvan Topolnjak2017-07-191-0/+5
* start writting Span.Real testsIvan Topolnjak2017-07-193-8/+25
* add tests for active span managementIvan Topolnjak2017-07-191-3/+0
* tests for Span building and the ExtendedB3 codec, related bugfixesIvan Topolnjak2017-07-195-33/+49
* 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
* remove Kamon.fromActiveSpanIvan Topolnjak2017-07-181-7/+0
* expose the Tracer API via Kamon companion objectIvan Topolnjak2017-07-172-7/+16
* working on ID generation and SpanContext encoding/decodingIvan Topolnjak2017-07-174-200/+127
* wipIvan Topolnjak2017-07-1412-353/+697
* 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
* extract ZigZagCountsDistribution into the SnapshotCreation companionIvan Topolnjak2017-06-301-10/+10
* add timer utility metric, based on histogramsIvan Topolnjak2017-06-275-0/+117
* add lowest discernible value testIvan Topolnjak2017-06-271-1/+1
* handle null SpanContext when building a spanIvan Topolnjak2017-06-191-1/+2
* log reporter failuresIvan Topolnjak2017-06-191-2/+11
* add DynamicAccess utilityIvan Topolnjak2017-06-182-24/+73
* add utility to copy baggage and trace id to MDCIvan Topolnjak2017-06-181-0/+72
* schedule execution of the start hooks on reportersIvan Topolnjak2017-06-181-0/+5
* use unit instead of measurementUnit (shorter and nicer)Ivan Topolnjak2017-06-182-25/+10
* handle filters with quoted namesIvan Topolnjak2017-06-161-11/+12
* expose the internal schedulerIvan Topolnjak2017-06-154-11/+44
* remove println that was left behindIvan Topolnjak2017-06-151-2/+0
* refactor topLevelKeys extension on ConfigIvan Topolnjak2017-06-155-17/+54
* allow package-level access to a metric instrumentsIvan Topolnjak2017-06-151-2/+2
* add CallingThreadExecutionContext utilityIvan Topolnjak2017-06-141-0/+30
* add onReconfigureHooks to KamonIvan Topolnjak2017-06-141-0/+23
* move filters to util package, expose them from KamonIvan Topolnjak2017-06-142-14/+18
* move filters to util package, expose them from KamonIvan Topolnjak2017-06-141-10/+11
* expose Kamon config objectIvan Topolnjak2017-06-141-27/+29
* allow removal of instruments from a metricIvan Topolnjak2017-06-141-3/+16
* null-check the active span when creating HasContinuation instancesIvan Topolnjak2017-06-141-3/+5
* add convenience function that handle null active spans and continuationsIvan Topolnjak2017-06-141-4/+35
* add withSpan and withContinuation helper functionsIvan Topolnjak2017-06-111-1/+15
* add utilily classes for working with Spans and ContinuationsIvan Topolnjak2017-06-114-2/+52
* crossbuilding for all supported Scala versionsIvan Topolnjak2017-06-115-9/+9