aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/trace/Span.scala
Commit message (Expand)AuthorAgeFilesLines
* Implement a module registry that supports loading from configuration (#559)Ivan Topolnjak2018-10-291-5/+4
* working on context tags and http propagation improvementsIvan Topolnjak2018-08-301-2/+2
* Allow access to local span operation namefalmarri2018-06-131-6/+11
* apply metric tags on spans, even if the span is not sampled, fixes #513Ivan Topolnjak2018-02-101-13/+20
* move alignment and duration utilities to the companion objectIvan Topolnjak2017-12-181-1/+1
* use java.time.Instant with nanoseconds precision in the TracerIvan Topolnjak2017-12-141-32/+27
* use a specialized java.time.Clock exposed through the Kamon companion objectIvan Topolnjak2017-12-131-7/+10
* allow disabling/enabling metrics collection from the SpanBuilderIvan Topolnjak2017-12-121-4/+4
* allow enabling/disabling of metrics on a SpanIvan Topolnjak2017-12-061-4/+13
* simplify access to Span.ContextKey and Key builders for Java usersIvan Topolnjak2017-11-281-1/+1
* add marks API for SpansIvan Topolnjak2017-11-171-19/+39
* add Span.addError(..)Ivan Topolnjak2017-08-261-5/+33
* make Span.addTag work only on Span tagsIvan Topolnjak2017-08-261-20/+14
* remove the annotations API from the SpanIvan Topolnjak2017-08-261-23/+2
* binary encoding of context and entriesIvan Topolnjak2017-08-211-2/+2
* add utility function for including metric and trace tags simultaneouslyIvan Topolnjak2017-08-161-0/+10
* add optional span scoping to the span metricsIvan Topolnjak2017-08-151-19/+30
* move ALMaxUpdater and MeasurementUnit to kamon.metricIvan Topolnjak2017-08-151-1/+2
* Merge remote-tracking branch 'ivantopo/wip/moving-ot-support-to-a-separeate-p...Ivan Topolnjak2017-08-151-123/+167
|\
| * implement Span propagation on top of Kamon.ContextIvan Topolnjak2017-08-141-37/+41
| * rename ActiveSpanSource into ActiveSpanStorageIvan Topolnjak2017-07-301-3/+3
| * try an alternative approach to active span managementIvan Topolnjak2017-07-251-13/+1
| * start writting Span.Real testsIvan Topolnjak2017-07-191-5/+11
| * tests for Span building and the ExtendedB3 codec, related bugfixesIvan Topolnjak2017-07-191-8/+8
| * introduce types for Span tagsIvan Topolnjak2017-07-181-11/+36
| * minor ordering changes within the Span fileIvan Topolnjak2017-07-181-24/+26
| * continuation now takes ActiveSpanSource as parameter instead of TracerIvan Topolnjak2017-07-181-1/+0
| * remove the endTimestampMicros member from Span.RealIvan Topolnjak2017-07-181-13/+11
| * wipIvan Topolnjak2017-07-141-112/+135
* | Remove span error counter, count from metric refined with error tag should be...mladens2017-07-121-1/+0
* | Separate span metrics and counts for spans finished with an errormladens2017-07-121-6/+11
|/
* start counting errors when Spans are finishedIvan Topolnjak2017-07-101-1/+2
* add utilily classes for working with Spans and ContinuationsIvan Topolnjak2017-06-111-1/+1
* separate metrics from instruments and add default instrument for metricsIvan Topolnjak2017-06-111-4/+7
* only report sampled spansIvan Topolnjak2017-06-091-3/+6
* include copyright headersDiego2017-06-081-0/+15
* on the crazy path to a better Kamon :DIvan Topolnjak2017-05-261-39/+35
* trying to flatten out the structure and eliminate the notion of entititesIvan Topolnjak2017-05-251-17/+14
* get some basic sampling goingIvan Topolnjak2017-05-231-32/+21
* implement entity filtersIvan Topolnjak2017-05-201-3/+3
* some more wipIvan Topolnjak2017-05-181-0/+183