aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Change tracer API names to create a SpanBuilder. (#407)Bogdan Drutu2017-07-034-14/+36
* Change API to remove the "Option" logic and keep only Builder. (#380)Bogdan Drutu2017-06-303-9/+8
* Prepare the release of the opencensus library. (#357)Bogdan Drutu2017-06-151-3/+3
* Add README.md for examples, change all reference to Instrumentation to OpenCe...Bogdan Drutu2017-06-132-4/+4
* Move Sampler and StartSpanOptions in base. Create a samplers package for all ...Bogdan Drutu2017-06-123-0/+3
* Create a new package for all supported propagations. (#341)Bogdan Drutu2017-06-081-14/+14
* Move all base types into a different package called base. (#342)Bogdan Drutu2017-06-083-0/+9
* Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu2017-06-064-4/+4
* Add benchmarks for start/end span and record trace events. (#297)Bogdan Drutu2017-05-154-0/+302
* Rename gradle subprojects name to match the directories name. (#298)Bogdan Drutu2017-05-121-3/+3
* Remove java7/8 directories. Currently we do not need any feature from java8. ...Bogdan Drutu2017-05-101-1/+0
* Update BinaryPropagationHandler to not be a singleton to be consistent with o...Bogdan Drutu2017-05-071-1/+1
* Update other build files for core_impl split.Kristen Kozak2017-04-271-0/+2
* Change visibility for SpanFactory and StartSpanOptions (#240)Bogdan Drutu2017-04-201-1/+1
* Add a new class Trace which holds the global state for the trace implementati...Bogdan Drutu2017-04-141-1/+1
* BinaryPropagationHandler split between interface and implementation. (#203)Bogdan Drutu2017-04-122-19/+15
* Move PropagationUtil to BinaryPropagationHandler. (#202)Bogdan Drutu2017-04-121-11/+11
* Updates after the review.Bogdan Drutu2017-04-111-2/+3
* Remove the support for HTTP format for the moment.Bogdan Drutu2017-04-111-47/+7
* Change TraceOptions to be 1B instead of 4B.Bogdan Drutu2017-04-111-1/+1
* Add support for binary encoding. (#195)Bogdan Drutu2017-04-071-34/+28
* Change project name to be instrumentation-java. Helps IDEs to have the same n...Bogdan Drutu2017-03-242-5/+4
* Remove maven support for instrumentation-java. (#166)Bogdan Drutu2017-03-222-89/+4
* Remove all occurrences of "Census" from documentation.Kristen Kozak2017-03-221-1/+1
* Add gradle build support for benchmarks and examples. (#163)Bogdan Drutu2017-03-223-1/+43
* Cleanup pom.xml in our implementation packages. (#155)Bogdan Drutu2017-03-201-5/+1
* Update the name of the directory for benchmarks. (#152)Bogdan Drutu2017-03-172-0/+214