aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | Remove span error counter, count from metric refined with error tag should ↵mladens2017-07-121-1/+0
| | | | | | | | be used
* | Separate span metrics and counts for spans finished with an errormladens2017-07-121-6/+11
|/
* 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
|
* expose the tracer on the Kamon companion objectIvan Topolnjak2017-06-111-6/+8
|
* implement loading reporters from configurationIvan Topolnjak2017-06-111-6/+34
|
* use java.util.DurationIvan Topolnjak2017-06-117-15/+14
|
* add internal snapshot API that allows keeping state intactIvan Topolnjak2017-06-1110-62/+132
|