aboutsummaryrefslogtreecommitdiff
path: root/kamon-core
Commit message (Collapse)AuthorAgeFilesLines
...
* separate the build into core, testkit and core-tests projectsIvan Topolnjak2017-08-1526-1707/+0
|
* move ALMaxUpdater and MeasurementUnit to kamon.metricIvan Topolnjak2017-08-1519-30/+9
|
* Merge remote-tracking branch ↵Ivan Topolnjak2017-08-1534-694/+2474
|\ | | | | | | 'ivantopo/wip/moving-ot-support-to-a-separeate-project' into kamon-1.0-develop
| * create HasContext from current contextIvan Topolnjak2017-08-141-2/+4
| |
| * expose the identity provider through the TracerIvan Topolnjak2017-08-1413-120/+63
| |
| * implement Span propagation on top of Kamon.ContextIvan Topolnjak2017-08-1421-725/+1181
| |
| * initial implementation of ThreadLocalStorage for ContextIvan Topolnjak2017-08-122-0/+188
| |
| * rename ActiveSpanSource into ActiveSpanStorageIvan Topolnjak2017-07-305-56/+79
| |
| * try an alternative approach to active span managementIvan Topolnjak2017-07-2511-256/+130
| |
| * add metric inspection facility for testsIvan Topolnjak2017-07-201-0/+45
| |
| * add basic span reporting testsIvan Topolnjak2017-07-201-5/+143
| |
| * test EmptySpanContext injection on the ExtendedB3 codecIvan Topolnjak2017-07-201-0/+5
| |
| * accept Option[SpanContext] as parent in SpanBuilderIvan Topolnjak2017-07-192-2/+8
| |
| * start writting Span.Real testsIvan Topolnjak2017-07-196-8/+115
| |
| * add tests for active span managementIvan Topolnjak2017-07-193-7/+75
| |
| * tests for Span building and the ExtendedB3 codec, related bugfixesIvan Topolnjak2017-07-1910-54/+345
| |
| * provide the proper FQCN for default identity providers and codecsIvan Topolnjak2017-07-184-6/+43
| |
| * make the SpanContextCodecs configurableIvan Topolnjak2017-07-182-9/+71
| |
| * add a double length trace identifier implementation of IdentityProviderIvan Topolnjak2017-07-182-3/+128
| |
| * 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-182-2/+11
| |
| * 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-183-18/+18
| |
| * 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
| |
| * add test case for decoding a invalid identifierIvan Topolnjak2017-07-171-2/+8
| |
| * working on ID generation and SpanContext encoding/decodingIvan Topolnjak2017-07-178-326/+337
| |
| * wipIvan Topolnjak2017-07-1412-353/+697
| |
* | Remove span error counter, count from metric refined with error tag should ↵mladens2017-07-122-5/+0
| | | | | | | | be used
* | Separate span metrics and counts for spans finished with an errormladens2017-07-122-6/+81
|/
* 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
|
* Merge branch 'kamon-1.0-develop' of github.com:kamon-io/Kamon into ↵Ivan Topolnjak2017-07-041-12/+0
|\ | | | | | | kamon-1.0-develop
| * Remove logback.xml (#472)Tomo Ferega2017-06-291-12/+0
| |
* | extract ZigZagCountsDistribution into the SnapshotCreation companionIvan Topolnjak2017-06-301-10/+10
|/
* add timer utility metric, based on histogramsIvan Topolnjak2017-06-276-0/+189
|
* add lowest discernible value testIvan Topolnjak2017-06-272-1/+26
|
* add SpanContextCodecSpecDiego2017-06-221-0/+106
|
* 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-182-0/+111
|
* 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
|