aboutsummaryrefslogtreecommitdiff
path: root/kamon-core-tests/src/test/scala
Commit message (Collapse)AuthorAgeFilesLines
* add Span.addError(..)Ivan Topolnjak2017-08-262-8/+25
|
* make Span.addTag work only on Span tagsIvan Topolnjak2017-08-263-22/+19
|
* remove the annotations API from the SpanIvan Topolnjak2017-08-261-21/+0
|
* add copyright headersDiego2017-08-2414-0/+210
|
* introduce the SpanCustomizer APIIvan Topolnjak2017-08-242-5/+33
|
* move kamon.context.SimpleStringCodec to kamon.testkit.SimpleStringCodec in ↵Diego2017-08-221-41/+1
| | | | order to avoid java.lang.ClassNotFoundException: kamon.context.SimpleStringCodec in tests
* binary encoding of context and entriesIvan Topolnjak2017-08-211-4/+96
|
* remove references to ActiveSpanIvan Topolnjak2017-08-182-6/+7
|
* add optional span scoping to the span metricsIvan Topolnjak2017-08-152-25/+71
|
* separate the build into core, testkit and core-tests projectsIvan Topolnjak2017-08-1520-0/+1497