aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change examples to use runtime dependency on implementations. (#383)Bogdan Drutu2017-06-221-3/+3
* Fix Tracing method name to get ExportComponent (#382)Bogdan Drutu2017-06-227-7/+7
* Update repo release details and status badges. (#384)Bogdan Drutu2017-06-212-5/+5
* Change grpc version to 1.4.0. (#381)Bogdan Drutu2017-06-211-1/+1
* Change getNumberOf -> getNumbersOf in SampledSpanStore. (#378)Bogdan Drutu2017-06-202-14/+14
* Merge pull request #366 from ubschmidt2/agent-mainStefan Schmidt2017-06-203-0/+179
|\
| * Add a skeleton Java agent, which hooks up Bytebuddy, but doesn't do anything ...Stefan Schmidt2017-06-193-0/+179
* | Add initial implementation of the SampleSpanStore. (#358)Bogdan Drutu2017-06-208-18/+689
* | Update main build.gradle for export to use OpenCensus. (#374)Bogdan Drutu2017-06-192-17/+15
* | Refactor Timestamp class to be safer. Add methods to minus a timestam… (#367)Bogdan Drutu2017-06-195-132/+191
* | Merge pull request #373 from sebright/rename-tag-mapsebright2017-06-193-22/+22
|\ \
| * | Rename TagMap to TagContext.Kristen Kozak2017-06-193-22/+22
|/ /
* / Clean minor things. (#372)Bogdan Drutu2017-06-198-14/+19
|/
* Initial import of a preliminary README.md for the *OpenCensus Agent f… (#364)Stefan Schmidt2017-06-181-0/+44
* Add the *OpenCensus Agent for Java* to the build process. (#365)Stefan Schmidt2017-06-181-0/+2
* Merge pull request #370 from sebright/more-coveragesebright2017-06-161-2/+2
|\
| * Enable coverage and Javadocs for all directories.Kristen Kozak2017-06-161-2/+2
* | Merge pull request #369 from sebright/move-stats-classes-to-opencensussebright2017-06-1664-164/+157
|\ \ | |/ |/|
| * Move stats classes to io.opencensus.stats.Kristen Kozak2017-06-1664-164/+157
|/
* Move TestClock in opencensus-testing package. (#368)Bogdan Drutu2017-06-1622-16/+60
* Rename ActiveSpansExporter to RunningSpanStore. (#362)Bogdan Drutu2017-06-169-83/+83
* Merge pull request #363 from ubschmidt2/gitignoreStefan Schmidt2017-06-161-0/+4
|\
| * .gitignore the files generated by the NetBeans Gradle plugin.Stefan Schmidt2017-06-161-0/+4
|/
* Enable checkstyle for all tests in io.opencensus.*. (#361)Bogdan Drutu2017-06-169-40/+59
* Add initial implementation of the ActiveSpansExporter. (#356)Bogdan Drutu2017-06-158-28/+373
* Add support to load lite or full implementations. (#360)Bogdan Drutu2017-06-159-30/+117
* Prepare the release of the opencensus library. (#357)Bogdan Drutu2017-06-1551-22/+88
* Remove method left unintentionally. (#355)Bogdan Drutu2017-06-141-7/+0
* Add an IntrusiveList implementation to be used to implement ActiveSpans. (#353)Bogdan Drutu2017-06-143-1/+319
* Split InProcessDebuggingHandler into ActiveSpans and SampleStore. (#351)Bogdan Drutu2017-06-146-189/+311
* Add README.md for examples, change all reference to Instrumentation to OpenCe...Bogdan Drutu2017-06-1310-11/+23
* Move SpanData to export package. Move implementation of export package class ...Bogdan Drutu2017-06-1218-32/+123
* Move Sampler and StartSpanOptions in base. Create a samplers package for all ...Bogdan Drutu2017-06-1224-191/+291
* Move SpanFactory into internal package. No need to be in the public API. (#352)Bogdan Drutu2017-06-106-7/+15
* Merge pull request #350 from sebright/move-tags-package-to-coresebright2017-06-094-0/+0
|\
| * Temporarily move "tags" package back to "core" directory.Kristen Kozak2017-06-094-0/+0
|/
* Move more classes into internal packages to be clearer that they are internal...Bogdan Drutu2017-06-0828-37/+50
* Cleanup in config package. (#346)Bogdan Drutu2017-06-086-25/+61
* Create a new package for all supported propagations. (#341)Bogdan Drutu2017-06-0817-99/+241
* Fix all javadoc excludes for the internal package. (#349)Bogdan Drutu2017-06-083-2/+4
* Move all base types into a different package called base. (#342)Bogdan Drutu2017-06-0847-31/+146
* Change StartSpanOptions to use Autovalue. (#345)Bogdan Drutu2017-06-086-107/+130
* 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-0721-727/+843
* Move TraceConfig into its own package, extract inner class TraceParams. (#340)Bogdan Drutu2017-06-0717-220/+250
* Merge pull request #333 from bogdandrutu/latencybucketsBogdan Drutu2017-06-071-121/+84
|\
| * 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
* | Add a link to JIRA bug for releasing instruction. (#338)Yang Song2017-06-061-1/+4
|/
* Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu2017-06-06147-513/+380