aboutsummaryrefslogtreecommitdiff
path: root/impl_core/src/test/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-08-27Refactor propagation benchmarks and add b3format benchmarks. (#1390)Bogdan Drutu
2018-08-27Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1...Bogdan Drutu
2018-06-13Error Prone: 2.2.0 -> 2.3.1Kristen Kozak
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-13Makes the trace and span ID fields mandatory in binary format (#1120)Adrian Cole
2018-03-23Enable FindBugs in tests.Kristen Kozak
2018-03-23Update an unused local variable (#1082)Yang Song
2018-02-06Make `XxxSpanStoreImpl` abstract and add no-op implementation. (fixes #914) (...Hailong Wen
2018-01-17Add http propagation APIs. (#930)Hailong Wen
2018-01-17Update errorprone, google cloud java, grpc versions. (#931)Bogdan Drutu
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-11Add initial support for b3-propagation headers. (#889)Bogdan Drutu
2017-11-10Revert "Use the current release version of Mockito. (#751)"Kristen Kozak
2017-11-07Add a setStatus method in the Span. (#779)Bogdan Drutu
2017-11-03Move FakeServiceHandler to -testing so that it can be used in other places, t...Stefan Schmidt
2017-11-01Use the current release version of Mockito. (#751)Stefan Schmidt
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-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-09-02Add RedundantImport check and upgrade checkstyle to 8.0. (#579)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-23Add uncompressed and compressed message sizes and deprecate the old message s...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