aboutsummaryrefslogtreecommitdiff
path: root/kamon-testkit/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* allow arbitrary header names for automatic broadcast string keysIvan Topolnjak2018-02-021-1/+3
|
* add support for simple broadcast String keysIvan Topolnjak2017-11-231-7/+1
|
* move kamon.context.SimpleStringCodec to kamon.testkit.SimpleStringCodec in ↵Diego2017-08-221-4/+2
| | | | order to avoid java.lang.ClassNotFoundException: kamon.context.SimpleStringCodec in tests
* binary encoding of context and entriesIvan Topolnjak2017-08-211-0/+13
|
* Prepare for the major cleanupIvan Topolnjak2017-04-241-13/+0
| | | | | | Moved all the original files from src/main to src/legacy-main, same with test files. Also removed the autoweave module, examples and bench as I'm planning to have them in separate repositories.
* implementation of IMessageHandler interface in order to control Aspectj ↵Diego2014-03-151-1/+1
| | | | weaving messages through kamon
* instrument akka testkit to correctly propagate TraceContexts when replying ↵Ivan Topolnjak2014-02-021-0/+13
from a test probe