aboutsummaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Clarify the nature of the Link.Type enum (#413)Bogdan Drutu2017-07-054-18/+19
* Move Sampler abstract class and EndSpanOptions to the main package. (#412)Bogdan Drutu2017-07-0415-36/+22
* Change tracer API names to create a SpanBuilder. (#407)Bogdan Drutu2017-07-034-54/+67
* Change API to remove the "Option" logic and keep only Builder. (#380)Bogdan Drutu2017-06-307-672/+105
* Add compareTo to Timestamp. (#392)Bogdan Drutu2017-06-282-2/+38
* Fix Tracing method name to get ExportComponent (#382)Bogdan Drutu2017-06-222-2/+2
* Change getNumberOf -> getNumbersOf in SampledSpanStore. (#378)Bogdan Drutu2017-06-201-12/+12
* Add initial implementation of the SampleSpanStore. (#358)Bogdan Drutu2017-06-202-6/+18
* Refactor Timestamp class to be safer. Add methods to minus a timestam… (#367)Bogdan Drutu2017-06-194-125/+190
* Clean minor things. (#372)Bogdan Drutu2017-06-195-13/+10
* Move TestClock in opencensus-testing package. (#368)Bogdan Drutu2017-06-163-162/+2
* Rename ActiveSpansExporter to RunningSpanStore. (#362)Bogdan Drutu2017-06-163-26/+26
* Enable checkstyle for all tests in io.opencensus.*. (#361)Bogdan Drutu2017-06-165-12/+37
* Add support to load lite or full implementations. (#360)Bogdan Drutu2017-06-152-4/+20
* Prepare the release of the opencensus library. (#357)Bogdan Drutu2017-06-151-2/+2
* Remove method left unintentionally. (#355)Bogdan Drutu2017-06-141-7/+0
* Split InProcessDebuggingHandler into ActiveSpans and SampleStore. (#351)Bogdan Drutu2017-06-144-178/+293
* Move SpanData to export package. Move implementation of export package class ...Bogdan Drutu2017-06-126-11/+48
* Move Sampler and StartSpanOptions in base. Create a samplers package for all ...Bogdan Drutu2017-06-1218-190/+283
* Move SpanFactory into internal package. No need to be in the public API. (#352)Bogdan Drutu2017-06-105-5/+12
* Temporarily move "tags" package back to "core" directory.Kristen Kozak2017-06-094-435/+0
* Cleanup in config package. (#346)Bogdan Drutu2017-06-083-13/+49
* Create a new package for all supported propagations. (#341)Bogdan Drutu2017-06-088-45/+128
* Move all base types into a different package called base. (#342)Bogdan Drutu2017-06-0837-30/+104
* Change StartSpanOptions to use Autovalue. (#345)Bogdan Drutu2017-06-085-97/+121
* Fix all javadocs warnings and errors and re-enable javadoc for api module. (#...Bogdan Drutu2017-06-076-8/+23
* Split TraceExporter class into ExportComponent and all the sub-components in ...Bogdan Drutu2017-06-079-594/+641
* Move TraceConfig into its own package, extract inner class TraceParams. (#340)Bogdan Drutu2017-06-078-214/+237
* Remove string format of the boundaries. Rename the enum to LatencyBucketBound...Bogdan Drutu2017-06-061-45/+18
* Define latency buckets boundaries in the API to allow UIs to use them when di...Bogdan Drutu2017-06-061-120/+110
* Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu2017-06-0672-0/+7948