aboutsummaryrefslogtreecommitdiff
path: root/kamon-core
Commit message (Expand)AuthorAgeFilesLines
* use java.time.Instant with nanoseconds precision in the TracerIvan Topolnjak2017-12-143-46/+84
* add PeriodSnapshotAccumulator, successor of 0.6.x TickMetricSnapshotBufferIvan Topolnjak2017-12-131-0/+141
* use a specialized java.time.Clock exposed through the Kamon companion objectIvan Topolnjak2017-12-135-34/+68
* allow disabling/enabling metrics collection from the SpanBuilderIvan Topolnjak2017-12-122-5/+17
* rename TickSnapshot to PeriodSnapshot, use Instant instead of plain LongsIvan Topolnjak2017-12-122-12/+15
* util for converting nanoTime into microTimestampsIvan Topolnjak2017-12-071-0/+3
* add helper to get the Span from the current ContextIvan Topolnjak2017-12-061-0/+3
* allow enabling/disabling of metrics on a SpanIvan Topolnjak2017-12-061-4/+13
* add a new 'percentage' measurement unitIvan Topolnjak2017-12-051-1/+5
* rename MinMaxCounter to RangeSamplerIvan Topolnjak2017-12-058-52/+52
* simplify access to Span.ContextKey and Key builders for Java usersIvan Topolnjak2017-11-282-2/+2
* add utility apis for easier usage of Spans in the current contextIvan Topolnjak2017-11-231-0/+16
* add support for simple broadcast String keysIvan Topolnjak2017-11-233-2/+57
* Make Context implement Serializable, use Codecs instead of default serializat...mladens2017-11-221-1/+35
* add marks API for SpansIvan Topolnjak2017-11-171-19/+39
* Merge pull request #489 from kamon-io/refineWithJMapIvan Topolnjak2017-11-133-10/+29
|\
| * Metric::refine with java.util.MapDiego2017-11-103-10/+29
* | Log exceptions of reporters, instead of silent failureMark van der Tol2017-10-081-8/+55
* | create new DifferentialSource utilityIvan Topolnjak2017-09-151-0/+24
|/
* add Span.addError(..)Ivan Topolnjak2017-08-261-5/+33
* make Span.addTag work only on Span tagsIvan Topolnjak2017-08-262-29/+18
* remove the annotations API from the SpanIvan Topolnjak2017-08-261-23/+2
* ensure that minMaxCounter takes a sample of values when creating a snapshotIvan Topolnjak2017-08-261-1/+3
* add shutdown hook to kamon-schedulerDiego2017-08-241-6/+7
* add copyright headersDiego2017-08-243-0/+45
* introduce the SpanCustomizer APIIvan Topolnjak2017-08-243-3/+53
* optimistic tick alignment for metrics tickerIvan Topolnjak2017-08-212-6/+36
* binary encoding of context and entriesIvan Topolnjak2017-08-2114-429/+1124
* remove references to ActiveSpanIvan Topolnjak2017-08-182-7/+7
* add utility function for including metric and trace tags simultaneouslyIvan Topolnjak2017-08-162-0/+16
* expose SpanCodec through Kamon::contextCodecDiego2017-08-154-4/+38
* add optional span scoping to the span metricsIvan Topolnjak2017-08-154-25/+47
* 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 'ivantopo/wip/moving-ot-support-to-a-separeate-p...Ivan Topolnjak2017-08-1534-694/+2474
|\
| * 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