aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
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-28Add compareTo to Timestamp. (#392)Bogdan Drutu
2017-06-22Fix Tracing method name to get ExportComponent (#382)Bogdan Drutu
2017-06-20Change getNumberOf -> getNumbersOf in SampledSpanStore. (#378)Bogdan Drutu
2017-06-20Add initial implementation of the SampleSpanStore. (#358)Bogdan Drutu
2017-06-19Refactor Timestamp class to be safer. Add methods to minus a timestam… (#367)Bogdan Drutu
2017-06-19Clean minor things. (#372)Bogdan Drutu
2017-06-16Move TestClock in opencensus-testing package. (#368)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-15Prepare the release of the opencensus library. (#357)Bogdan Drutu
2017-06-14Remove method left unintentionally. (#355)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-09Temporarily move "tags" package back to "core" directory.Kristen Kozak
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-07Fix all javadocs warnings and errors and re-enable javadoc for api module. (#...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-06Remove string format of the boundaries. Rename the enum to LatencyBucketBound...Bogdan Drutu
2017-06-06Define latency buckets boundaries in the API to allow UIs to use them when di...Bogdan Drutu
2017-06-06Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu