aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/scala/kamon/trace/SimpleTraceSpec.scala
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for the major cleanupIvan Topolnjak2017-04-241-167/+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.
* Rename class vars so they do not shadow the def from their parent. Fixes ↵Ryan Bair2017-04-241-0/+28
| | | | #453. (#454)
* wipDiego2016-12-041-6/+6
|
* + core: include Tags and Status in TraceInfo and SegmentInfo and closes #377Diego2016-07-271-0/+69
|
* Add tags for traces and closes #327Diego2016-04-221-2/+2
|
* wip, core/akka/spray are kind of migrated.Ivan Topolnjak2015-08-281-15/+0
|
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-151-8/+8
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-131-4/+4
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-241-47/+29
|
* + core: cleanup the simple trace implementationIvan Topolnjak2014-12-041-6/+8
|
* = core: first simple approach to providing traces and a subscription mechanism.Ivan Topolnjak2014-12-031-0/+101