aboutsummaryrefslogtreecommitdiff
path: root/impl_core/src/main/java/io/opencensus/implcore/trace
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-27Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1...Bogdan Drutu
2018-08-09Add Tracestate into SpanContext. (#1359)Bogdan Drutu
2018-08-08Remove protected method from final class. (#1363)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
2018-05-11Adds Tracing.getExportComponent().flushAndShutdown() for use within applicati...Chris K Wensel
2018-04-27Check for null in more public methods in Span and its subclasses.Kristen Kozak
2018-04-24Added null checking to Span implementations (#1150)dvfeinblum
2018-04-17Remove dependency between io.opencensus.implcore and io.opencensus.internal.Kristen Kozak
2018-04-16Improve Duration.toMillis() (#1132)Yang Song
2018-04-16 Move toMillis(Duration) to Utils so that it can be reused. (#1114)Yang Song
2018-04-13Makes the trace and span ID fields mandatory in binary format (#1120)Adrian Cole
2018-04-04Add nullness annotations to Preconditions.checkNotNull.Kristen Kozak
2018-03-21Substitute non-ascii characters in B3Format header key. (#1072)Hailong Wen
2018-02-22Add comments to boolean arguments to fix Error Prone warning (BooleanParameter).Kristen Kozak
2018-02-16Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894)Hailong Wen
2018-02-06Make `XxxSpanStoreImpl` abstract and add no-op implementation. (fixes #914) (...Hailong Wen
2018-01-17Add http propagation APIs. (#930)Hailong Wen
2017-12-20Rename NullnessUtils to CheckerFrameworkUtils.Kristen Kozak
2017-12-19Suppress some Checker Framework warnings and add TODOs (issue #359).Kristen Kozak
2017-12-19Suppress nullness warnings from issue #914.Kristen Kozak
2017-12-19Refactor some code to pass Checker Framework null analysis (issue #359).Kristen Kozak
2017-12-19Add more null annotations (issue #359).Kristen Kozak
2017-12-14Increase exporting interval and fix warnings. (#905)Bogdan Drutu
2017-12-14Add initial support fox X-Cloud-Trace-Context. (#900)Hailong Wen
2017-12-13Add methods to wrap Runnable and Callbacks and to run them. (#778)Bogdan Drutu
2017-12-11Add initial support for b3-propagation headers. (#889)Bogdan Drutu
2017-12-01Use AppEngine compatible way to create threads. (fixes #707 and #777)Hailong Wen
2017-11-13Enable new InconsistentOverloads Error Prone experimental warning.Kristen Kozak
2017-11-13Enable new ReturnMissingNullable Error Prone experimental suggestion.Kristen Kozak
2017-11-12com.google.errorprone:error_prone_core: 2.0.19 -> 2.1.2Kristen Kozak
2017-11-07Add a setStatus method in the Span. (#779)Bogdan Drutu
2017-10-25Remove contention between threads and worker thread when register span names....Bogdan Drutu
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-09-18Add a new SpanContextParseException and use it in BinaryFormat. (#642)Bogdan Drutu
2017-09-16Implement deprecated method addAttributes in the Span and remove it from anyw...Bogdan Drutu
2017-09-13Add a method to list all registered span names. (#623)Bogdan Drutu
2017-09-07Add separate buckets for sampled and not sampled spans. (#592)Bogdan Drutu
2017-08-31Fix backwards compatibility between TraceComponentBaseImpl and TraceComponent...Bogdan Drutu
2017-08-29Add new api that is easier to use for user to add only one Attribute. (#571)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