1. c0e0b22 Make jmh available for all subprojects. (#1425) by Bogdan Drutu · 6 years ago
  2. 884015c Refactor propagation benchmarks and add b3format benchmarks. (#1390) by Bogdan Drutu · 6 years ago
  3. 8901e4e Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1392) by Bogdan Drutu · 6 years ago
  4. 52f38e4 Add Tracestate into SpanContext. (#1359) by Bogdan Drutu · 6 years ago
  5. 422d78f Update Guava and Jmh versions (#1095) by Yang Song · 6 years ago
  6. feeaf3b Cleanup benchmarks and test both impl and impl-lite. (#1022) by Bogdan Drutu · 7 years ago
  7. 131b6f0 Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894) by Hailong Wen · 7 years ago
  8. 82485f9 Update the JMH plugin to 0.4.5 (was 0.4.4). (#927) by Stefan Schmidt · 7 years ago
  9. 2117c21 Clean benchmarks and move in different package. (#805) by Bogdan Drutu · 7 years ago
  10. 53cb6c8 Add a new SpanContextParseException and use it in BinaryFormat. (#642) by Bogdan Drutu · 7 years ago
  11. 1fb1025 Add new api that is easier to use for user to add only one Attribute. (#571) by Bogdan Drutu · 7 years ago
  12. 3e0ddbb Add uncompressed and compressed message sizes and deprecate the old message size. (#528) by Bogdan Drutu · 7 years ago
  13. b2f48c5 Change the licence to OpenCensus authors. (#539) by Bogdan Drutu · 7 years ago
  14. 7edf0c6 Use different package names in each artifact. (fixes #379) by Kristen Kozak · 7 years ago
  15. 3b5ec6e Move tracing implementation classes to io.opencensus.impl.trace. by Kristen Kozak · 7 years ago
  16. d27cbb4 benchmarks: update to jmh 1.19 (#435) by Bogdan Drutu · 7 years ago
  17. d51699e Get rid of base directory and move everything on level up. (#417) by Bogdan Drutu · 7 years ago
  18. 9676a3f Clarify the nature of the Link.Type enum (#413) by Bogdan Drutu · 7 years ago
  19. 4f17a46 Mark benchmark variables to be final. Add javadoc for main argument. (#409) by Bogdan Drutu · 7 years ago
  20. f93d676 Change tracer API names to create a SpanBuilder. (#407) by Bogdan Drutu · 7 years ago
  21. 07d6999 Change API to remove the "Option" logic and keep only Builder. (#380) by Bogdan Drutu · 7 years ago
  22. 3b74070 Prepare the release of the opencensus library. (#357) by Bogdan Drutu · 7 years ago
  23. e47a5ca Add README.md for examples, change all reference to Instrumentation to OpenCensus. (#354) by Bogdan Drutu · 7 years ago
  24. 4bc0242 Move Sampler and StartSpanOptions in base. Create a samplers package for all the Sampler implementations. (#347) by Bogdan Drutu · 7 years ago
  25. 7331a98 Create a new package for all supported propagations. (#341) by Bogdan Drutu · 7 years ago
  26. ddcf44b Move all base types into a different package called base. (#342) by Bogdan Drutu · 7 years ago
  27. 80ec0c1 Move internal & common & trace to the new package io.opencensus (#339) by Bogdan Drutu · 7 years ago
  28. 8ec67cf Add benchmarks for start/end span and record trace events. (#297) by Bogdan Drutu · 7 years ago
  29. 5a6e345 Rename gradle subprojects name to match the directories name. (#298) by Bogdan Drutu · 7 years ago
  30. 54a0840 Remove java7/8 directories. Currently we do not need any feature from java8. (#292) by Bogdan Drutu · 7 years ago
  31. 8c07990 Update BinaryPropagationHandler to not be a singleton to be consistent with other implementations. (#282) by Bogdan Drutu · 7 years ago
  32. 948af51 Update other build files for core_impl split. by Kristen Kozak · 7 years ago
  33. 473af8e Change visibility for SpanFactory and StartSpanOptions (#240) by Bogdan Drutu · 7 years ago
  34. 5448a85 Add a new class Trace which holds the global state for the trace implementation. (#201) by Bogdan Drutu · 7 years ago
  35. e0f6ae0 BinaryPropagationHandler split between interface and implementation. (#203) by Bogdan Drutu · 7 years ago
  36. 5bae083 Move PropagationUtil to BinaryPropagationHandler. (#202) by Bogdan Drutu · 7 years ago
  37. 2651296 Updates after the review. by Bogdan Drutu · 7 years ago
  38. 5546c09 Remove the support for HTTP format for the moment. by Bogdan Drutu · 7 years ago
  39. 7aa9bf8 Change TraceOptions to be 1B instead of 4B. by Bogdan Drutu · 7 years ago
  40. 889ba54 Add support for binary encoding. (#195) by Bogdan Drutu · 7 years ago
  41. 9118e1e Change project name to be instrumentation-java. Helps IDEs to have the same name as the main directory. (#169) by Bogdan Drutu · 7 years ago
  42. b0e6050 Remove maven support for instrumentation-java. (#166) by Bogdan Drutu · 8 years ago
  43. b2ad239 Remove all occurrences of "Census" from documentation. by Kristen Kozak · 8 years ago
  44. 07f0dd2 Add gradle build support for benchmarks and examples. (#163) by Bogdan Drutu · 8 years ago
  45. cf6903e Cleanup pom.xml in our implementation packages. (#155) by Bogdan Drutu · 8 years ago
  46. 0ed88a8 Update the name of the directory for benchmarks. (#152) by Bogdan Drutu · 8 years ago[Renamed from benchmark]
  47. 6fae368 Add benchmarks for HttpPropagationUtil using jmh. (#141) by Bogdan Drutu · 8 years ago