aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)Author
2018-09-11Make jmh available for all subprojects. (#1425)Bogdan Drutu
2018-08-27Refactor propagation benchmarks and add b3format benchmarks. (#1390)Bogdan Drutu
2018-08-27Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1...Bogdan Drutu
2018-08-09Add Tracestate into SpanContext. (#1359)Bogdan Drutu
2018-03-26Update Guava and Jmh versions (#1095)Yang Song
2018-02-26Cleanup benchmarks and test both impl and impl-lite. (#1022)Bogdan Drutu
2018-02-16Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894)Hailong Wen
2018-01-08Update the JMH plugin to 0.4.5 (was 0.4.4). (#927)Stefan Schmidt
2017-11-16Clean benchmarks and move in different package. (#805)Bogdan Drutu
2017-09-18Add a new SpanContextParseException and use it in BinaryFormat. (#642)Bogdan Drutu
2017-08-29Add new api that is easier to use for user to add only one Attribute. (#571)Bogdan Drutu
2017-08-23Add uncompressed and compressed message sizes and deprecate the old message s...Bogdan Drutu
2017-08-23Change the licence to OpenCensus authors. (#539)Bogdan Drutu
2017-08-17Use different package names in each artifact. (fixes #379)Kristen Kozak
2017-08-16Move tracing implementation classes to io.opencensus.impl.trace.Kristen Kozak
2017-07-07benchmarks: update to jmh 1.19 (#435)Bogdan Drutu
2017-07-06Get rid of base directory and move everything on level up. (#417)Bogdan Drutu
2017-07-05Clarify the nature of the Link.Type enum (#413)Bogdan Drutu
2017-07-04Mark benchmark variables to be final. Add javadoc for main argument. (#409)Bogdan Drutu
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-15Prepare the release of the opencensus library. (#357)Bogdan Drutu
2017-06-13Add README.md for examples, change all reference to Instrumentation to OpenCe...Bogdan Drutu
2017-06-12Move Sampler and StartSpanOptions in base. Create a samplers package for all ...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-06Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu
2017-05-15Add benchmarks for start/end span and record trace events. (#297)Bogdan Drutu
2017-05-12Rename gradle subprojects name to match the directories name. (#298)Bogdan Drutu
2017-05-10Remove java7/8 directories. Currently we do not need any feature from java8. ...Bogdan Drutu
2017-05-07Update BinaryPropagationHandler to not be a singleton to be consistent with o...Bogdan Drutu
2017-04-27Update other build files for core_impl split.Kristen Kozak
2017-04-20Change visibility for SpanFactory and StartSpanOptions (#240)Bogdan Drutu
2017-04-14Add a new class Trace which holds the global state for the trace implementati...Bogdan Drutu
2017-04-12BinaryPropagationHandler split between interface and implementation. (#203)Bogdan Drutu
2017-04-12Move PropagationUtil to BinaryPropagationHandler. (#202)Bogdan Drutu
2017-04-11Updates after the review.Bogdan Drutu
2017-04-11Remove the support for HTTP format for the moment.Bogdan Drutu
2017-04-11Change TraceOptions to be 1B instead of 4B.Bogdan Drutu
2017-04-07Add support for binary encoding. (#195)Bogdan Drutu
2017-03-24Change project name to be instrumentation-java. Helps IDEs to have the same n...Bogdan Drutu
2017-03-22Remove maven support for instrumentation-java. (#166)Bogdan Drutu
2017-03-22Remove all occurrences of "Census" from documentation.Kristen Kozak
2017-03-22Add gradle build support for benchmarks and examples. (#163)Bogdan Drutu
2017-03-20Cleanup pom.xml in our implementation packages. (#155)Bogdan Drutu
2017-03-17Update the name of the directory for benchmarks. (#152)Bogdan Drutu