aboutsummaryrefslogtreecommitdiff
path: root/kamon-core
Commit message (Collapse)AuthorAgeFilesLines
* include trace identifiers in HTTP responses, fixes #558Ivan Topolnjak2018-10-302-4/+28
|
* Implement a module registry that supports loading from configuration (#559)Ivan Topolnjak2018-10-2912-533/+772
|
* Use new config when reconfiguring tickers in ReporterRegistry (#554)Florent Chiron2018-10-191-5/+4
|
* Implement "b3 single" header format (#551)Diego Parra2018-10-152-5/+99
| | | Implement 'b3 single' header format for Span propagation over HTTP
* Merge pull request #553 from kamon-io/thread-local-improvementsIvan Topolnjak2018-10-131-10/+23
|\ | | | | Improvements in ThreadLocalStorage
| * avoid use an Kamon-defined holder object as that would prevent class unloading.Diego2018-09-271-23/+17
| |
| * Improvements in ThreadLocalStorageDiego2018-09-111-7/+26
| |
* | do not copy any tags by defaultIvan Topolnjak2018-10-121-4/+8
| |
* | reorganize the HttpMessage abstractionsIvan Topolnjak2018-10-122-22/+61
| |
* | rename the preferred trace id configurationIvan Topolnjak2018-10-122-19/+20
| |
* | restor the HasContext mixinIvan Topolnjak2018-09-281-0/+36
| |
* | improve error handling on binary propagationIvan Topolnjak2018-09-283-39/+66
| |
* | cleanup the context propagation section on the configuration fileIvan Topolnjak2018-09-282-58/+42
| |
* | cleanup HTTP propagation, introduce a new Binary propagationIvan Topolnjak2018-09-2814-514/+666
| |
* | use NonFatal instead of plain Throwable when catching exceptionsIvan Topolnjak2018-09-182-5/+8
| |
* | create HTTP server metrics testsIvan Topolnjak2018-09-171-0/+1
| |
* | implement HTTP server metrics trackingIvan Topolnjak2018-09-161-12/+164
| |
* | basic testing for the HTTP server instrumentationIvan Topolnjak2018-09-043-24/+150
| |
* | wip on the HttpServer instrumentationIvan Topolnjak2018-09-036-75/+315
| |
* | mockup definition on the HTTP Server instrumentation configurationIvan Topolnjak2018-08-302-14/+105
| |
* | working on context tags and http propagation improvementsIvan Topolnjak2018-08-3015-254/+685
|/
* Merge pull request #538 from ivantopo/ensure-snapshot-immutabilityIvan Topolnjak2018-06-171-2/+6
|\ | | | | Ensure that histograms snapshots are immutable
| * ensure that histograms snapshots are immutableIvan Topolnjak2018-06-111-2/+6
| |
* | Merge pull request #539 from Falmarri/masterIvan Topolnjak2018-06-171-6/+11
|\ \ | | | | | | Allow access to local span operation name
| * | Allow access to local span operation namefalmarri2018-06-131-6/+11
| | |
* | | Use spanIdGenerator for decoding spans in SpanCodec.ColferLukasz Stefaniak2018-06-011-3/+3
| |/ |/| | | | | Right now `traceIdGenerator` is used for all decoding, which causes problems when `traceId` and `spanId` are in different format. This works fine in `SpanCodec.B3` so is probably a mistake.
* | remove unused section from the reference.confIvan Topolnjak2018-04-101-9/+0
| |
* | add the EnvironmentTagBuilder utility classIvan Topolnjak2018-04-061-0/+43
| |
* | do not encode ParentID on B3 headers if not present, fixes ↵Ivan Topolnjak2018-04-051-1/+3
|/ | | | kamon-io/kamon-akka-http#35
* Merge pull request #515 from ivantopo/issue#510/add-support-for-environment-tagsIvan Topolnjak2018-02-132-3/+16
|\ | | | | add support for environment tags, fixes #510
| * add support for environment tags, fixes #510Ivan Topolnjak2018-02-102-3/+16
| |
* | apply metric tags on spans, even if the span is not sampled, fixes #513Ivan Topolnjak2018-02-101-13/+20
|/
* allow arbitrary header names for automatic broadcast string keysIvan Topolnjak2018-02-022-12/+29
|
* Merge pull request #504 from briantopping/warningIvan Topolnjak2018-02-011-1/+1
|\ | | | | Add warning when no reporters are loaded
| * Fix for apparent copy-paste error.Brian Topping2018-01-251-1/+1
| |
* | turn all Kamon threads into daemon threads, except for reporters, fixes #502Ivan Topolnjak2018-01-303-4/+6
| |
* | fix typos on the kamon.reporters config key commentsIvan Topolnjak2018-01-251-3/+3
|/
* some cleanup before release 1.0.0Diego2018-01-182-0/+30
|
* increase the default span reporter queue sizeIvan Topolnjak2018-01-171-1/+1
|
* allow metric filtering when adding a metrics reporterIvan Topolnjak2018-01-174-7/+44
|
* ensure that a sampling decision is taken when the parent decision is unknownIvan Topolnjak2018-01-091-1/+1
|
* use clock utilities to align metric reporting ticksIvan Topolnjak2017-12-181-9/+3
|
* try to align accumulated ticks when possibleIvan Topolnjak2017-12-181-7/+12
|
* move alignment and duration utilities to the companion objectIvan Topolnjak2017-12-182-9/+21
|
* 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
|