aboutsummaryrefslogtreecommitdiffstats
path: root/api/src/main
Commit message (Expand)AuthorAgeFilesLines
* Clarify the nature of the Link.Type enum (#413)Bogdan Drutu2017-07-051-2/+2
* Move Sampler abstract class and EndSpanOptions to the main package. (#412)Bogdan Drutu2017-07-0410-31/+19
* Change tracer API names to create a SpanBuilder. (#407)Bogdan Drutu2017-07-033-46/+55
* Change API to remove the "Option" logic and keep only Builder. (#380)Bogdan Drutu2017-06-304-278/+69
* Add compareTo to Timestamp. (#392)Bogdan Drutu2017-06-281-1/+22
* Fix Tracing method name to get ExportComponent (#382)Bogdan Drutu2017-06-221-1/+1
* 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-193-125/+137
* Clean minor things. (#372)Bogdan Drutu2017-06-194-13/+9
* Move TestClock in opencensus-testing package. (#368)Bogdan Drutu2017-06-161-99/+0
* Rename ActiveSpansExporter to RunningSpanStore. (#362)Bogdan Drutu2017-06-162-25/+25
* Add support to load lite or full implementations. (#360)Bogdan Drutu2017-06-151-2/+18
* 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-143-176/+287
* Move SpanData to export package. Move implementation of export package class ...Bogdan Drutu2017-06-124-4/+4
* Move Sampler and StartSpanOptions in base. Create a samplers package for all ...Bogdan Drutu2017-06-1212-186/+270
* Move SpanFactory into internal package. No need to be in the public API. (#352)Bogdan Drutu2017-06-103-5/+10
* Temporarily move "tags" package back to "core" directory.Kristen Kozak2017-06-092-246/+0
* Cleanup in config package. (#346)Bogdan Drutu2017-06-081-11/+0
* Create a new package for all supported propagations. (#341)Bogdan Drutu2017-06-084-30/+78
* Move all base types into a different package called base. (#342)Bogdan Drutu2017-06-0820-19/+56
* Change StartSpanOptions to use Autovalue. (#345)Bogdan Drutu2017-06-082-55/+76
* Fix all javadocs warnings and errors and re-enable javadoc for api module. (#...Bogdan Drutu2017-06-075-7/+22
* Split TraceExporter class into ExportComponent and all the sub-components in ...Bogdan Drutu2017-06-076-581/+624
* Move TraceConfig into its own package, extract inner class TraceParams. (#340)Bogdan Drutu2017-06-075-213/+234
* 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-0639-0/+5058