aboutsummaryrefslogtreecommitdiff
path: root/api/src/test/java/io/opencensus/trace
AgeCommit message (Expand)Author
2017-07-06Get rid of base directory and move everything on level up. (#417)Bogdan Drutu
2017-07-05Move logging exporter into an independent package. (#416)Bogdan Drutu
2017-07-05Clarify the nature of the Link.Type enum (#413)Bogdan Drutu
2017-07-04Move Sampler abstract class and EndSpanOptions to the main package. (#412)Bogdan Drutu
2017-07-03Change tracer API names to create a SpanBuilder. (#407)Bogdan Drutu
2017-06-30Change API to remove the "Option" logic and keep only Builder. (#380)Bogdan Drutu
2017-06-22Fix Tracing method name to get ExportComponent (#382)Bogdan Drutu
2017-06-19Clean minor things. (#372)Bogdan Drutu
2017-06-16Rename ActiveSpansExporter to RunningSpanStore. (#362)Bogdan Drutu
2017-06-16Enable checkstyle for all tests in io.opencensus.*. (#361)Bogdan Drutu
2017-06-15Add support to load lite or full implementations. (#360)Bogdan Drutu
2017-06-14Split InProcessDebuggingHandler into ActiveSpans and SampleStore. (#351)Bogdan Drutu
2017-06-12Move SpanData to export package. Move implementation of export package class ...Bogdan Drutu
2017-06-12Move Sampler and StartSpanOptions in base. Create a samplers package for all ...Bogdan Drutu
2017-06-10Move SpanFactory into internal package. No need to be in the public API. (#352)Bogdan Drutu
2017-06-08Cleanup in config package. (#346)Bogdan Drutu
2017-06-08Create a new package for all supported propagations. (#341)Bogdan Drutu
2017-06-08Move all base types into a different package called base. (#342)Bogdan Drutu
2017-06-08Change StartSpanOptions to use Autovalue. (#345)Bogdan Drutu
2017-06-07Split TraceExporter class into ExportComponent and all the sub-components in ...Bogdan Drutu
2017-06-07Move TraceConfig into its own package, extract inner class TraceParams. (#340)Bogdan Drutu
2017-06-06Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu