aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/context
Commit message (Expand)AuthorAgeFilesLines
* cleanup HTTP propagation, introduce a new Binary propagationIvan Topolnjak2018-09-286-449/+437
* use NonFatal instead of plain Throwable when catching exceptionsIvan Topolnjak2018-09-181-4/+5
* wip on the HttpServer instrumentationIvan Topolnjak2018-09-032-15/+15
* working on context tags and http propagation improvementsIvan Topolnjak2018-08-304-154/+387
* allow arbitrary header names for automatic broadcast string keysIvan Topolnjak2018-02-021-11/+11
* simplify access to Span.ContextKey and Key builders for Java usersIvan Topolnjak2017-11-281-1/+1
* add support for simple broadcast String keysIvan Topolnjak2017-11-232-2/+55
* Make Context implement Serializable, use Codecs instead of default serializat...mladens2017-11-221-1/+35
* add copyright headersDiego2017-08-241-0/+15
* binary encoding of context and entriesIvan Topolnjak2017-08-212-144/+245
* remove references to ActiveSpanIvan Topolnjak2017-08-181-3/+3
* expose SpanCodec through Kamon::contextCodecDiego2017-08-152-2/+31
* add optional span scoping to the span metricsIvan Topolnjak2017-08-151-1/+1
* create HasContext from current contextIvan Topolnjak2017-08-141-2/+4
* expose the identity provider through the TracerIvan Topolnjak2017-08-141-16/+14
* implement Span propagation on top of Kamon.ContextIvan Topolnjak2017-08-144-112/+229
* initial implementation of ThreadLocalStorage for ContextIvan Topolnjak2017-08-121-0/+147