aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release version 1.2.0-M1v1.2.0-M1Ivan Topolnjak2018-11-021-1/+1
|
* upgrade the build to the latest SBT/Umbrella versionsIvan Topolnjak2018-11-022-6/+2
|
* Merge pull request #560 from ivantopo/trace-identifiers-in-responseDiego Parra2018-10-314-6/+48
|\ | | | | include trace identifiers in HTTP responses, fixes #558
| * include trace identifiers in HTTP responses, fixes #558Ivan Topolnjak2018-10-304-6/+48
|/
* Implement a module registry that supports loading from configuration (#559)Ivan Topolnjak2018-10-2915-552/+790
|
* Use new config when reconfiguring tickers in ReporterRegistry (#554)Florent Chiron2018-10-191-5/+4
|
* Implement "b3 single" header format (#551)Diego Parra2018-10-153-5/+282
| | | Implement 'b3 single' header format for Span propagation over HTTP
* fix compilation of thread local storage benchmarkIvan Topolnjak2018-10-131-3/+3
|
* Merge pull request #553 from kamon-io/thread-local-improvementsIvan Topolnjak2018-10-135-12/+116
|\ | | | | Improvements in ThreadLocalStorage
| * * Rename ScopeWithKey to ContextWithKey in ThreadLocalStorageBenchmarkDiego2018-09-282-4/+3
| | | | | | | | * Remove unnecessary resolver
| * fix typoDiego2018-09-271-1/+1
| |
| * avoid use an Kamon-defined holder object as that would prevent class unloading.Diego2018-09-271-23/+17
| |
| * Improvements in ThreadLocalStorageDiego2018-09-115-9/+120
| |
* | do not copy any tags by defaultIvan Topolnjak2018-10-122-4/+9
| |
* | bring back the slow testsIvan Topolnjak2018-10-121-1/+1
| |
* | remove unused dependenciesIvan Topolnjak2018-10-121-3/+1
| |
* | reorganize the HttpMessage abstractionsIvan Topolnjak2018-10-123-27/+66
| |
* | rename the preferred trace id configurationIvan Topolnjak2018-10-123-20/+21
| |
* | restor the HasContext mixinIvan Topolnjak2018-09-281-0/+36
| |
* | update version to 1.2.x seriesIvan Topolnjak2018-09-281-1/+1
| |
* | improve error handling on binary propagationIvan Topolnjak2018-09-284-40/+143
| |
* | cleanup the context propagation section on the configuration fileIvan Topolnjak2018-09-283-61/+45
| |
* | remove trailing commaIvan Topolnjak2018-09-281-3/+1
| |
* | update the B3 propagation specIvan Topolnjak2018-09-282-236/+210
| |
* | cleanup HTTP propagation, introduce a new Binary propagationIvan Topolnjak2018-09-2822-723/+817
| |
* | use NonFatal instead of plain Throwable when catching exceptionsIvan Topolnjak2018-09-182-5/+8
| |
* | upgrade to Scala 2.12.6Ivan Topolnjak2018-09-172-3/+3
| |
* | create HTTP server metrics testsIvan Topolnjak2018-09-172-2/+150
| |
* | implement HTTP server metrics trackingIvan Topolnjak2018-09-163-21/+204
| |
* | basic testing for the HTTP server instrumentationIvan Topolnjak2018-09-046-139/+232
| |
* | wip on the HttpServer instrumentationIvan Topolnjak2018-09-0311-91/+552
| |
* | mockup definition on the HTTP Server instrumentation configurationIvan Topolnjak2018-08-302-14/+105
| |
* | working on context tags and http propagation improvementsIvan Topolnjak2018-08-3022-456/+1057
|/
* = core: exclude com.lihaoyi.fansi dependency (#540)Diego Parra2018-07-041-3/+2
| | | * = core: exclude com.lihaoyi.fansi dependency
* set version to 1.1.4-SNAPSHOTIvan Topolnjak2018-06-171-1/+1
|
* release version 1.1.3v1.1.3Ivan Topolnjak2018-06-171-1/+1
|
* 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
| | |
* | | Merge pull request #535 from ↵Ivan Topolnjak2018-06-031-3/+3
|\ \ \ | |_|/ |/| | | | | | | | lustefaniak/use-traceIdGenerator-in-SpanCodec-Colfer Use spanIdGenerator for decoding spans in SpanCodec.Colfer
| * | 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.
* | set version to 1.1.3-SNAPSHOTIvan Topolnjak2018-04-101-1/+1
| |
* | release version 1.1.2v1.1.2Ivan Topolnjak2018-04-101-1/+1
| |
* | remove unused section from the reference.confIvan Topolnjak2018-04-101-9/+0
| |
* | Merge pull request #527 from ivantopo/environment-tag-builderIvan Topolnjak2018-04-102-0/+147
|\ \ | | | | | | add the EnvironmentTagBuilder utility class
| * | add the EnvironmentTagBuilder utility classIvan Topolnjak2018-04-062-0/+147
| | |
* | | set version to 1.1.2-SNAPSHOTIvan Topolnjak2018-04-061-1/+1
| | |
* | | release version 1.1.1v1.1.1Ivan Topolnjak2018-04-061-1/+1
|/ /
* / do not encode ParentID on B3 headers if not present, fixes ↵Ivan Topolnjak2018-04-052-4/+22
|/ | | | kamon-io/kamon-akka-http#35