aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/trace/TraceContext.scala
Commit message (Expand)AuthorAgeFilesLines
* wipDiego2016-12-041-2/+2
* + core: allow accessing tags on TraceContext and Segment (#386)Bruno Filippone2016-08-191-0/+4
* + core: include Tags and Status in TraceInfo and SegmentInfo and closes #377Diego2016-07-271-2/+0
* = core: minor refactorDiego2016-07-101-5/+5
* + Kamon-core: introduce finishWithError(Throwable) for Traces and SegmentsDiego Parra2016-07-081-15/+20
* Add tags for traces and closes #327Diego2016-04-221-9/+37
* = akka-remote: add @transient to kamon.trace.SegmentAware::segment to avoid e...Diego2015-08-271-1/+1
* ! core: avoid to evaluate code twice in TraceContext.withNewAsyncSegment and ...Diego2015-05-211-1/+1
* + core: add a couple helper methods for creating segments, related to #126.Ivan Topolnjak2015-04-171-1/+20
* = core: use kamon.util.Function instead of the java 8 equivalent.Ivan Topolnjak2015-04-171-2/+1
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-151-28/+9
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-131-10/+1
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-241-17/+49
* + kamon-jdbc: introduce Jdbc segmentsDiego2014-12-041-0/+1
* + core: cleanup the simple trace implementationIvan Topolnjak2014-12-041-26/+22
* = core: first simple approach to providing traces and a subscription mechanism.Ivan Topolnjak2014-12-031-70/+17
* + core,play,spray: allow segments to identify the library they belong to.Ivan Topolnjak2014-11-091-11/+13
* = core,play: workaround the non thread safe calls to TrieMap.getOrElseUpdateIvan Topolnjak2014-11-091-1/+2
* + spray: external naming for traces and segments, related to #65Ivan Topolnjak2014-10-311-4/+12
* = all: upgrade to be compatible with the latest code in coreIvan Topolnjak2014-10-261-3/+10
* ! core: replace Option[TraceContext] by empty object pattern and implement ba...Ivan Topolnjak2014-10-251-90/+102
* = core: remove a println left from testingIvan Topolnjak2014-10-141-2/+1
* = core: fix NPE when finishing segments, fixes #88Ivan Topolnjak2014-10-121-4/+8
* + core: initial support for akka remoting/cluster, related to #61Ivan Topolnjak2014-08-311-9/+45
* ! all: refactor the core metric recording instruments and accomodate UserMetricsIvan Topolnjak2014-07-031-4/+4
* + core: initial support for TraceLocal storageIvan Topolnak2014-05-201-0/+2
* multiple fixes to the custom metrics collection facilitiesIvan Topolnak2014-03-111-8/+8
* support for custom metricsIvan Topolnak2014-03-061-2/+3
* create the notion of a metric group category for easier filtering when subscr...Ivan Topolnak2014-02-041-2/+2
* remake of trace context and allow different tracing levelsIvan Topolnjak2014-01-311-22/+115
* wipIvan Topolnak2014-01-301-16/+1
* rename UOW to TraceToken and generate it by default when a Trace startsIvan Topolnjak2014-01-271-1/+1
* integrate trace and metrics into the base projectIvan Topolnak2014-01-131-0/+51