aboutsummaryrefslogtreecommitdiff
path: root/impl_core/src/main/java/io/opencensus/implcore/trace/SpanBuilderImpl.java
AgeCommit message (Expand)Author
2018-09-22Split SpanImpl into record/notrecord span impl to avoid checks of recording a...Bogdan Drutu
2018-09-21Avoid 3 allocs, one builders and two objects when startSpan. (#1466)Bogdan Drutu
2018-08-09Add Tracestate into SpanContext. (#1359)Bogdan Drutu
2018-08-01Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright
2018-05-31Add Span.Kind to the trace API. (#1223)Bogdan Drutu
2017-12-19Add more null annotations (issue #359).Kristen Kozak
2017-10-18Add an option in EndSpanOptions to register the span name for sampled store. ...Bogdan Drutu
2017-09-22Fix probability sampler and sampling. (#661)Bogdan Drutu
2017-09-21Change when we check the sampler. (#657)Bogdan Drutu
2017-08-23Change the licence to OpenCensus authors. (#539)Bogdan Drutu
2017-08-17Use different package names in each artifact. (fixes #379)Kristen Kozak