aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #487 from mladens/kamon-1.0-developIvan Topolnjak2017-11-061-1/+22
|\ | | | | Additional metric inspections
| * Additional metric inspectionsmladens2017-10-311-1/+22
| |
* | Merge pull request #486 from markvandertol/logerrorsIvan Topolnjak2017-10-081-8/+55
|\ \ | |/ |/| Log exceptions of reporters, instead of silent failure
| * Log exceptions of reporters, instead of silent failureMark van der Tol2017-10-081-8/+55
|/
* create new DifferentialSource utilityIvan Topolnjak2017-09-152-0/+64
|
* set version to 1.0.0-RC2-SNAPSHOTIvan Topolnjak2017-08-271-1/+1
|
* release version 1.0.0-RC1v1.0.0-RC1Ivan Topolnjak2017-08-271-1/+1
|
* add Span.addError(..)Ivan Topolnjak2017-08-263-13/+58
|
* make Span.addTag work only on Span tagsIvan Topolnjak2017-08-265-51/+37
|
* remove the annotations API from the SpanIvan Topolnjak2017-08-262-44/+2
|
* ensure that minMaxCounter takes a sample of values when creating a snapshotIvan Topolnjak2017-08-261-1/+3
|
* add a clear() function to the test span reporterIvan Topolnjak2017-08-251-0/+3
|
* add shutdown hook to kamon-schedulerDiego2017-08-241-6/+7
|
* add copyright headersDiego2017-08-2423-0/+345
|
* introduce the SpanCustomizer APIIvan Topolnjak2017-08-248-71/+152
|
* Merge branch 'kamon-1.0-develop' of github.com:kamon-io/Kamon into ↵Ivan Topolnjak2017-08-244-41/+56
|\ | | | | | | kamon-1.0-develop
| * move kamon.context.SimpleStringCodec to kamon.testkit.SimpleStringCodec in ↵Diego2017-08-224-45/+47
| | | | | | | | order to avoid java.lang.ClassNotFoundException: kamon.context.SimpleStringCodec in tests
* | move encoding keys configuration to the tests projectIvan Topolnjak2017-08-242-13/+12
|/
* fix the SpanInspector reflection for Scala 2.12Ivan Topolnjak2017-08-211-2/+2
|
* optimistic tick alignment for metrics tickerIvan Topolnjak2017-08-212-6/+36
|
* binary encoding of context and entriesIvan Topolnjak2017-08-2117-436/+1238
|
* remove references to ActiveSpanIvan Topolnjak2017-08-185-14/+14
|
* add utility function for including metric and trace tags simultaneouslyIvan Topolnjak2017-08-163-1/+18
|
* expose SpanCodec through Kamon::contextCodecDiego2017-08-154-4/+38
|
* add GaugeMetricSyntaxDiego2017-08-151-2/+25
|
* add optional span scoping to the span metricsIvan Topolnjak2017-08-157-50/+126
|
* add ContextTesting utilitiesIvan Topolnjak2017-08-151-0/+11
|
* separate the build into core, testkit and core-tests projectsIvan Topolnjak2017-08-1527-75/+34
|
* move ALMaxUpdater and MeasurementUnit to kamon.metricIvan Topolnjak2017-08-1519-30/+9
|
* Merge remote-tracking branch ↵Ivan Topolnjak2017-08-1535-701/+2480
|\ | | | | | | 'ivantopo/wip/moving-ot-support-to-a-separeate-project' into kamon-1.0-develop
| * Merge pull request #1 from ivantopo/wip/context-management-reloadedIvan Topolnjak2017-08-1427-784/+1373
| |\ | | | | | | remove context management from the Tracer
| | * 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-2512-256/+131
| |
| * 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
| |
| * remove the kamon-opentracing moduleIvan Topolnjak2017-07-191-15/+1
| |
| * 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-185-7/+45
| |
| * 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
| |