1. 93641e8 Upgrade to Gradle 3.5. by Stefan Schmidt · 7 years ago
  2. 4fecdd4 Merge pull request #403 from ubschmidt2/append_to_bootstrap by Stefan Schmidt · 7 years ago
  3. bac6f5a Mark file for delete on exit first. by Stefan Schmidt · 7 years ago
  4. fddce49 Added error messages to Preconditions checks. by Stefan Schmidt · 7 years ago
  5. 9e46aeb Merge pull request #402 from ubschmidt2/retro by Stefan Schmidt · 7 years ago
  6. 39ac27f Refactor MeasurementDescriptor. (#396) by Yang Song · 7 years ago
  7. 344a572 Merge pull request #401 from census-instrumentation/readme by Stefan Schmidt · 7 years ago
  8. 07d6999 Change API to remove the "Option" logic and keep only Builder. (#380) by Bogdan Drutu · 7 years ago
  9. c893f71 Cosmetics. by Stefan Schmidt · 7 years ago
  10. bc90465 Fix broken test. by Stefan Schmidt · 7 years ago
  11. a6d1bc8 Cleanup imports. by Stefan Schmidt · 7 years ago
  12. e1b8f06 Test write failure. by Stefan Schmidt · 7 years ago
  13. 66c7cde Doc @throws IOException. by Stefan Schmidt · 7 years ago
  14. 6dedf0b checkNotNull required param. by Stefan Schmidt · 7 years ago
  15. d07f8d2 Append bootstrap.jar to the bootstrap classloader search path. by Stefan Schmidt · 7 years ago
  16. 27df8d6 Add a dependency on Guava and relocate and bundle it properly. by Stefan Schmidt · 7 years ago
  17. 7ac5f41 Mention JAVA8_HOME, too. by Stefan Schmidt · 7 years ago
  18. 459aaa7 Get the Java 8 home from jdk_switcher instead of hardcoding the path. by Stefan Schmidt · 7 years ago
  19. c433da6 Retrolambda itself wants JDK 8. by Stefan Schmidt · 7 years ago
  20. a968903 Mention that Animalsniffer is used. by Stefan Schmidt · 7 years ago
  21. 552da72 Added experimental support for legacy Java 1.6 JVMs through Retrolambda. by Stefan Schmidt · 7 years ago
  22. 91f5b2a Updated build status indicators from top-level readme. by Stefan Schmidt · 7 years ago
  23. 1989720 Merge pull request #400 from ubschmidt2/context by Stefan Schmidt · 7 years ago
  24. f69cfce Package the classes that need to be loaded by the bootstrap classes in a separate JAR file, bootstrap.jar, and bundle that with the agent's JAR file. by Stefan Schmidt · 7 years ago
  25. 286ab5a Add compareTo to Timestamp. (#392) by Bogdan Drutu · 7 years ago
  26. 4c71b33 Merge pull request #397 from sebright/canonical-status by sebright · 7 years ago
  27. 91304d7 Change RpcMeasurementConstants.RPC_STATUS to "canonical_status". by Kristen Kozak · 7 years ago
  28. b34cd84 Merge pull request #395 from ubschmidt2/bootstrap by Stefan Schmidt · 7 years ago
  29. d6807a2 Merge pull request #393 from ubschmidt2/shadow by Stefan Schmidt · 7 years ago
  30. 8085a52 Merge pull request #387 from sebright/stats-component by sebright · 7 years ago
  31. d27b708 Add TODOs. by Kristen Kozak · 7 years ago
  32. f5fc855 Reserve a package for classes that need to be loaded by the boostrap classloader. by Stefan Schmidt · 7 years ago
  33. 7e05394 Added package-info.java to the package containing the relocated deps. by Stefan Schmidt · 7 years ago
  34. 67683b6 Make :jmh work by removing duplicate package-info class. (#390) by easy · 7 years ago
  35. ecac62e Merge pull request #385 from ubschmidt2/shadow by Stefan Schmidt · 7 years ago
  36. 9f9ebbe Merge pull request #386 from ubschmidt2/manifest by Stefan Schmidt · 7 years ago
  37. 66294a6 Fill out Javadoc for SpanImpl#startSpan(). (#391) by easy · 7 years ago
  38. f01d3bb Merge pull request #389 from sebright/remove-deprecated-class by sebright · 7 years ago
  39. b83db2d Remove deprecated RpcConstants class. by Kristen Kozak · 7 years ago
  40. d305a32 Replace StatsManager with StatsComponent class. (Fixes #376) by Kristen Kozak · 7 years ago
  41. 613a885 Fix the Source/Target-Compatibility manifest entry. by Stefan Schmidt · 7 years ago
  42. 924338a Relocate third party packages to avoid any conflicts of the agent's classes with the app's classes, which are loaded by the same classloader (the system classloader). by Stefan Schmidt · 7 years ago
  43. 52f8ecc Change examples to use runtime dependency on implementations. (#383) by Bogdan Drutu · 7 years ago
  44. 831b9ce Fix Tracing method name to get ExportComponent (#382) by Bogdan Drutu · 7 years ago
  45. 95c9b20 Update repo release details and status badges. (#384) by Bogdan Drutu · 7 years ago
  46. 57433d7 Change grpc version to 1.4.0. (#381) by Bogdan Drutu · 7 years ago
  47. 57bec53 Change getNumberOf -> getNumbersOf in SampledSpanStore. (#378) by Bogdan Drutu · 7 years ago
  48. 766c1c7 Merge pull request #366 from ubschmidt2/agent-main by Stefan Schmidt · 7 years ago
  49. 75291d2 Add initial implementation of the SampleSpanStore. (#358) by Bogdan Drutu · 7 years ago
  50. 1d2eda6 Update main build.gradle for export to use OpenCensus. (#374) by Bogdan Drutu · 7 years ago
  51. 65f8bda Refactor Timestamp class to be safer. Add methods to minus a timestam… (#367) by Bogdan Drutu · 7 years ago
  52. 3d463a8 Merge pull request #373 from sebright/rename-tag-map by sebright · 7 years ago
  53. 181b9b8 Rename TagMap to TagContext. by Kristen Kozak · 7 years ago
  54. 83d3453 Clean minor things. (#372) by Bogdan Drutu · 7 years ago
  55. a5c2471 Add a skeleton Java agent, which hooks up Bytebuddy, but doesn't do anything yet besides logging. Also add it to the build process, bundling the required classes and dependencies in a single agent JAR file. by Stefan Schmidt · 7 years ago
  56. 175ff38 Initial import of a preliminary README.md for the *OpenCensus Agent f… (#364) by Stefan Schmidt · 7 years ago
  57. 34bf735 Add the *OpenCensus Agent for Java* to the build process. (#365) by Stefan Schmidt · 7 years ago
  58. 971ed84 Merge pull request #370 from sebright/more-coverage by sebright · 7 years ago
  59. 16abefd Merge pull request #369 from sebright/move-stats-classes-to-opencensus by sebright · 7 years ago
  60. f9857b1 Enable coverage and Javadocs for all directories. by Kristen Kozak · 7 years ago
  61. 08b8962 Move stats classes to io.opencensus.stats. by Kristen Kozak · 7 years ago
  62. 4aa6e80 Move TestClock in opencensus-testing package. (#368) by Bogdan Drutu · 7 years ago
  63. a7e1b0c Rename ActiveSpansExporter to RunningSpanStore. (#362) by Bogdan Drutu · 7 years ago
  64. 42b6a87 Merge pull request #363 from ubschmidt2/gitignore by Stefan Schmidt · 7 years ago
  65. e4393e5 .gitignore the files generated by the NetBeans Gradle plugin. by Stefan Schmidt · 7 years ago
  66. e49a8ab Enable checkstyle for all tests in io.opencensus.*. (#361) by Bogdan Drutu · 7 years ago
  67. 082fae2 Add initial implementation of the ActiveSpansExporter. (#356) by Bogdan Drutu · 7 years ago
  68. 5484bd0 Add support to load lite or full implementations. (#360) by Bogdan Drutu · 7 years ago
  69. 3b74070 Prepare the release of the opencensus library. (#357) by Bogdan Drutu · 7 years ago
  70. 461b4ed Remove method left unintentionally. (#355) by Bogdan Drutu · 7 years ago
  71. 1a7b4b5 Add an IntrusiveList implementation to be used to implement ActiveSpans. (#353) by Bogdan Drutu · 7 years ago
  72. 82bc9cd Split InProcessDebuggingHandler into ActiveSpans and SampleStore. (#351) by Bogdan Drutu · 7 years ago
  73. e47a5ca Add README.md for examples, change all reference to Instrumentation to OpenCensus. (#354) by Bogdan Drutu · 7 years ago
  74. c6e146b Move SpanData to export package. Move implementation of export package class to export package. (#343) by Bogdan Drutu · 7 years ago
  75. 4bc0242 Move Sampler and StartSpanOptions in base. Create a samplers package for all the Sampler implementations. (#347) by Bogdan Drutu · 7 years ago
  76. fe94d4a Move SpanFactory into internal package. No need to be in the public API. (#352) by Bogdan Drutu · 7 years ago
  77. ce291a2 Merge pull request #350 from sebright/move-tags-package-to-core by sebright · 7 years ago
  78. 453f932 Temporarily move "tags" package back to "core" directory. by Kristen Kozak · 7 years ago
  79. beebb4e Move more classes into internal packages to be clearer that they are internal. (#348) by Bogdan Drutu · 7 years ago
  80. f27ee51 Cleanup in config package. (#346) by Bogdan Drutu · 7 years ago
  81. 7331a98 Create a new package for all supported propagations. (#341) by Bogdan Drutu · 7 years ago
  82. d6a4207 Fix all javadoc excludes for the internal package. (#349) by Bogdan Drutu · 7 years ago
  83. ddcf44b Move all base types into a different package called base. (#342) by Bogdan Drutu · 7 years ago
  84. 1258b41 Change StartSpanOptions to use Autovalue. (#345) by Bogdan Drutu · 7 years ago
  85. 95870ac Fix all javadocs warnings and errors and re-enable javadoc for api module. (#344) by Bogdan Drutu · 7 years ago
  86. f393044 Split TraceExporter class into ExportComponent and all the sub-components in an export package. (#332) by Bogdan Drutu · 7 years ago
  87. 9f0e5d3 Move TraceConfig into its own package, extract inner class TraceParams. (#340) by Bogdan Drutu · 7 years ago
  88. 613278c Merge pull request #333 from bogdandrutu/latencybuckets by Bogdan Drutu · 7 years ago
  89. 63377c8 Remove string format of the boundaries. Rename the enum to LatencyBucketBoundaries. by Bogdan Drutu · 7 years ago
  90. 2130f8a Add a link to JIRA bug for releasing instruction. (#338) by Yang Song · 7 years ago
  91. e9c1373 Define latency buckets boundaries in the API to allow UIs to use them when display data. by Bogdan Drutu · 7 years ago
  92. 80ec0c1 Move internal & common & trace to the new package io.opencensus (#339) by Bogdan Drutu · 7 years ago
  93. 84d0f46 Add API to remove a span name from the list of the span names from which the library collects samples. (#331) by Bogdan Drutu · 7 years ago
  94. d634357 Merge pull request #276 from sebright/tags-package_TagKey-and-TagSet by sebright · 7 years ago
  95. e7d4da2 Add API for active/samples in-process spans. (#318) by Bogdan Drutu · 7 years ago
  96. 7219d06 Update stats example to use APIs in StatsContextFactory. (#330) by Yang Song · 7 years ago
  97. 49cef6a Fix some small style issues. (#329) by Yang Song · 7 years ago
  98. f12bb75 Fix NullPointerException in getView() without BucketBoundaries. (#328) by Yang Song · 7 years ago
  99. df1f2db Copy input map in TagMap constructor. by Kristen Kozak · 7 years ago
  100. 22b8ee4 Hide TagMap.Builder methods that use non-String value types. by Kristen Kozak · 7 years ago