1. 35c4b3d Monitored Resource: replace gke_container with k8s_container in SD exporter (#1467) by Mayur Kale · 6 years ago
  2. f0e78ba Split SpanImpl into record/notrecord span impl to avoid checks of recording all time. (#1468) by Bogdan Drutu · 6 years ago
  3. 0c988a2 Avoid 3 allocs, one builders and two objects when startSpan. (#1466) by Bogdan Drutu · 6 years ago
  4. 62a9280 Update .gitignore (#1463) by Yang Song · 6 years ago
  5. b2251bf Contrib: Add opencensus-contrib-opencensus-proto-util. (#1459) by Yang Song · 6 years ago
  6. ba5b831 Improve tests for OpenCensusTraceContextDataInjector. (#1422) by sebright · 6 years ago
  7. 6754d42 Travis: Temporarily disable JDK 9 build. (#1461) by Yang Song · 6 years ago
  8. 7da904c Common: Add an API Functions.returnToString(). (#1443) by Yang Song · 6 years ago
  9. 0a3fb97 Update a typo in CHANGELOG. (#1454) by Yang Song · 6 years ago
  10. 7859b8c Update release version for Bazel build files. (#1457) by sebright · 6 years ago
  11. a5d2739 Update release versions for all readme and build files. (#1452) by sebright · 6 years ago
  12. c78686d Update changelog for 0.16.1 release. (#1451) by sebright · 6 years ago
  13. c5365c3 Pass a preconfigured HttpSender to the trace exporter (#1444) by Ashwin Chandrasekar · 6 years ago
  14. 894199f Update links to Log4j log correlation demo. (#1439) by sebright · 6 years ago
  15. 7aab20a Fix ClassCastException in opencensus-contrib-log-correlation-log4j2. (#1437) by sebright · 6 years ago
  16. 69360e9 allow arbitrary metric prefixes (#1440) by Mayur Kale · 6 years ago
  17. 3d98a78 Tracing: Add AttributeValueDouble. (#1442) by Yang Song · 6 years ago
  18. 5faef17 Update changelog for 0.16.0 release. (#1438) by sebright · 6 years ago
  19. b666c2e Update release versions for all readme and build files. (#1435) by sebright · 6 years ago
  20. 97b8014 Update directory names in RELEASING.md. (#1434) by sebright · 6 years ago
  21. 937d229 Revert "Temporarily move "metrics" package into impl_core/ for release. (#1426)" (#1432) by Yang Song · 6 years ago
  22. 98fb8ad Update release instructions for new Github branch protection rules. (#1430) by sebright · 6 years ago
  23. 7b1665e Start 0.17.0 development cycle (#1429) by sebright · 6 years ago
  24. 93ee8f4 Add opencensus-contrib-log-correlation-log4j2 to the list of released artifacts. (#1415) by sebright · 6 years ago
  25. 97a1875 Improve implementation of OpenCensusTraceContextDataInjector. (#1413) by sebright · 6 years ago
  26. 4ddf824 Make LowerCaseBase16Encoding package protected. (#1427) by Bogdan Drutu · 6 years ago
  27. d3fa0e5 Temporarily move "metrics" package into impl_core/ for release. (#1426) by sebright · 6 years ago
  28. c0e0b22 Make jmh available for all subprojects. (#1425) by Bogdan Drutu · 6 years ago
  29. dfc9d00 Avoid using internal org.apache.logging.log4j.core.impl package. (#1421) by sebright · 6 years ago
  30. 1450cd9 Fix a memory reference issue caused by the fact that we always append a new value. (#1420) by Bogdan Drutu · 6 years ago
  31. dccc590 Stackdriver log correlation: Use lowercase c in "openCensusTraceSampled" field. (#1418) by sebright · 6 years ago
  32. 20720ce Change spring-sleuth package to include version. (#1417) by Bogdan Drutu · 6 years ago
  33. 3aefcc4 Log4j log correlation: Capitalize "opencensus" as one word in context key names. (#1414) by sebright · 6 years ago
  34. e0412b4 Update opencensus-contrib-log-correlation-log4j2 artifact/package names in readme. (#1416) by sebright · 6 years ago
  35. 18a2bbd Added ability to specify a custom gRPC stub for the stackdriver exporter (#1410) by Steven Niemitz · 6 years ago
  36. 831fd8d Rename opencensus-contrib-log-correlation-log4j artifact/package to use log4j2. (#1411) by sebright · 6 years ago
  37. 33fa631 Checker Framework: 2.5.4 -> 2.5.5 (#1412) by sebright · 6 years ago
  38. 30c10cc Spring sleuth (#1378) by Dino Oliva · 6 years ago
  39. 0ecdfd0 Contrib/agent: detach() should take the context returned from attach(). (#1409) by Yang Song · 6 years ago
  40. a6039fc Stackdriver log correlation: Improve description of library stability. (#1406) by sebright · 6 years ago
  41. 6638ad6 Log4j log correlation: Add unit tests for handling configuration properties. (#1405) by sebright · 6 years ago
  42. 8a95c21 Add readme for opencensus-contrib-log-correlation-log4j. (#1402) by sebright · 6 years ago
  43. af1eb96 Examples : set sampler to always sample (#1388) by Mayur Kale · 6 years ago
  44. 5677310 Update gRPC version to 1.14. (#1404) by Yang Song · 6 years ago
  45. b25e66b Update release versions for all readme and build files. (#1398) by Yang Song · 6 years ago
  46. ad8db2a Add an entry about v0.15.1 release in CHANGELOG. (#1399) by Yang Song · 6 years ago
  47. d2af3dd Remove guava dependency from the API artifact. (#1393) by Bogdan Drutu · 6 years ago
  48. 658c63a Avoid doing string formatting when calling checkArgument for Metrics package. (#1395) by Bogdan Drutu · 6 years ago
  49. eabc800 Avoid doing string formatting when calling checkArgument. (#1394) by Bogdan Drutu · 6 years ago
  50. 884015c Refactor propagation benchmarks and add b3format benchmarks. (#1390) by Bogdan Drutu · 6 years ago
  51. 8901e4e Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1392) by Bogdan Drutu · 6 years ago
  52. 217a1e8 Use Utils.checkNotNull instead of writing the null check. (#1385) by Bogdan Drutu · 6 years ago
  53. 0bbfec8 Start adding log correlation for Log4j. (#1371) by sebright · 6 years ago
  54. b8e6dcc Access current span using gRPC context key in OpenCensusTraceLoggingEnhancer. (#1386) by sebright · 6 years ago
  55. 01f2d75 Add missing Javadoc. (#1383) by Yang Song · 6 years ago
  56. 8d75c10 Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380) by Yang Song · 6 years ago
  57. 07ede4e Extract logic about current state in internal class. (#1381) by Bogdan Drutu · 6 years ago
  58. 847bdcb Implement CurrentStatsState using atomic variables. (#1377) by Bogdan Drutu · 6 years ago
  59. 2b31689 Make an internal function static. (#1375) by Yang Song · 6 years ago
  60. 9a766e4 Remove match pattern from MutableAggregation. (#1372) by Bogdan Drutu · 6 years ago
  61. 206ddba Build: Update Cloud Auth, Beta and GA versions. (#1374) by Yang Song · 6 years ago
  62. 676ad16 Use the internal get version for getting the current state. (#1373) by Bogdan Drutu · 6 years ago
  63. 50b0e19 Update all targets to at least java7 and android14 (#1367) by Bogdan Drutu · 6 years ago
  64. 93c959f Fix stats to metrics implementation. (#1368) by Bogdan Drutu · 6 years ago
  65. 346a10a Fix deprecation warnings in OpenCensusTraceLoggingEnhancerTest.java. (#1370) by sebright · 6 years ago
  66. 0a2f579 checkstyle: 8.0 -> 8.12 (#1369) by sebright · 6 years ago
  67. 3fdd489 Stats: Register MetricProducer in Stats-impl. (#1348) by Yang Song · 6 years ago
  68. f50596a Add implementation for gauges. (#1365) by Bogdan Drutu · 6 years ago
  69. 8d01189 Ignore VarInt for coverage. (#1366) by Bogdan Drutu · 6 years ago
  70. 775816d Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347) by Yang Song · 6 years ago
  71. 66ae2ee Fix metrics tests by adding the RunWith annotation. (#1364) by Bogdan Drutu · 6 years ago
  72. 81e8ded Metrics: Move metrics to opencensus-api. (#1346) by Yang Song · 6 years ago
  73. a804907 Add support for recording Gauges. (#1344) by Bogdan Drutu · 6 years ago
  74. 52f38e4 Add Tracestate into SpanContext. (#1359) by Bogdan Drutu · 6 years ago
  75. 18aa279 Metrics: Produce and store Metrics in Stats impl. (#1338) by Yang Song · 6 years ago
  76. 4365155 Allow users to use custom metric name prefix for Stackdriver (#1057) by Yang Song · 6 years ago
  77. a77396d Remove protected method from final class. (#1363) by Bogdan Drutu · 6 years ago
  78. 76811ef gradle wrapper --gradle-version 4.9 (#1360) by Bogdan Drutu · 6 years ago
  79. c943c6c Add a warning about try-with-resource to auto-close spans. (#1362) by Bogdan Drutu · 6 years ago
  80. b0c487b Minor improvements for Tracestate. (#1358) by Bogdan Drutu · 6 years ago
  81. d0d8361 Add the initial version of the TraceState class. (#1300) by Bogdan Drutu · 6 years ago
  82. daa5d09 Add Checker Framework stub file for gRPC Context.Key. (#1357) by sebright · 6 years ago
  83. 87f199d Update README of Stackdriver stats exporter. (#1356) by Yang Song · 6 years ago
  84. fb1a642 Checker Framework: 2.5.3 -> 2.5.4 (#1355) by sebright · 6 years ago
  85. 8939d9f Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354) by sebright · 6 years ago
  86. 41ee36f Metrics: Move Exemplar to be part of Bucket. (#1353) by Yang Song · 6 years ago
  87. 631e8e8 Top-level style class added for Zpages use + Final commit for GSoC... (#1351) by ADAM GARZA · 6 years ago
  88. efc4f90 Update import control. (#1345) by Yang Song · 6 years ago
  89. 7a34c18 Split findBugs annotations and jsr305 versions. (#1335) by Yang Song · 6 years ago
  90. f6064c1 Cleanup: Move static util methods to util class. (#1343) by Yang Song · 6 years ago
  91. 53fc5f0 Zpages external CSS added and gradle modified to include this resource (#1341) by ADAM GARZA · 6 years ago
  92. e282236 Delete a TODO fixed by #1339. (#1340) by sebright · 6 years ago
  93. bbe4ffc Add links to google-cloud-logging log correlation examples. (#1339) by sebright · 6 years ago
  94. c7d36a0 Merge pull request #1314 from savaki/spring by Matt Ho · 6 years ago
  95. 60a8454 refactored Handler.proceed as per suggestions from @bogdandrutu by savaki · 6 years ago
  96. b83ea42 Extract constant functions when used in match to reduce number of allocations. (#1336) by Bogdan Drutu · 6 years ago
  97. afea7a2 Metrics: Remove Range from Distribution. (#1337) by Yang Song · 6 years ago
  98. 74f335c Zipkin exporter: Use the correct attribute value. (#1334) by Yang Song · 6 years ago
  99. c03fa25 added `@since` to exported classes and methods by savaki · 6 years ago
  100. 9dad959 added contrib/spring/README.md to list of README files in RELEASING.md by savaki · 6 years ago