1. 2ae4db5 [LSC] Add LOCAL_LICENSE_KINDS to external/opencensus-java by Bob Badour · 3 years, 4 months ago
  2. f02db20 Update OpenCensus API and gRPC Metrics targets to build Android variants. by Karl Shaffer · 3 years, 7 months ago
  3. 65f8404 Use AutoValue from external/auto by Colin Cross · 4 years ago
  4. 9bc011a Add OpenCensus build modules required for gRPC by Hadrien Zalek · 4 years ago
  5. 633fde4 Plugs-in the DerivedLongGauge and DerivedDoubleGauge into the registry (#1505) by Mayur Kale · 6 years ago
  6. af1358b Gauge API : Add support for DerivedDoubleGauge (#1504) by Mayur Kale · 6 years ago
  7. b98e4b9 Add support for DerivedLongGauge (#1497) by Mayur Kale · 6 years ago
  8. 30b613f Plugs-in the DoubleGauge into the registry (#1503) by Mayur Kale · 6 years ago
  9. 2f53b97 Remove Old Gauge and correct exception messages (#1502) by Mayur Kale · 6 years ago
  10. 2b11b16 Plugs-in the LongGauge into the registry (#1498) by Mayur Kale · 6 years ago
  11. e56a976 Gauge API : Add DoubleGauge Support (Part2) (#1496) by Mayur Kale · 6 years ago
  12. 418e675 Metrics/Metric: Add a version of create that accepts only one timeseries. (#1495) by Mayur Kale · 6 years ago
  13. 53b1b60 Gauge API : Add LongGauge Support (Part1) (#1489) by Mayur Kale · 6 years ago
  14. 7c6a1e6 Cleanup metrics API exception messages. (#1494) by Bogdan Drutu · 6 years ago
  15. 4aa3f0c Add BucketOptions for DistributionValue (#1484) by Mayur Kale · 6 years ago
  16. 9c4df3d Metrics/TimeSeries: Add createWithOnePoint method to accept only one … (#1486) by Mayur Kale · 6 years ago
  17. e3b2074 Metrics: Copy TimeSeries list when creating a Metric. (#1485) by Yang Song · 6 years ago
  18. 90edbd5 Mode classes for metrics data model in the exporter package. (#1480) by Bogdan Drutu · 6 years ago
  19. bcfd159 Make metrics compatible with the current proto definition. (#1479) by Bogdan Drutu · 6 years ago
  20. 84630fb Uptade since tag for the entire metrics package. (#1478) by Bogdan Drutu · 6 years ago
  21. fb41bec Split the public metrics API from the data model. (#1477) by Bogdan Drutu · 6 years ago
  22. 7da904c Common: Add an API Functions.returnToString(). (#1443) by Yang Song · 6 years ago
  23. 3d98a78 Tracing: Add AttributeValueDouble. (#1442) by Yang Song · 6 years ago
  24. 937d229 Revert "Temporarily move "metrics" package into impl_core/ for release. (#1426)" (#1432) by Yang Song · 6 years ago
  25. 7b1665e Start 0.17.0 development cycle (#1429) 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. d2af3dd Remove guava dependency from the API artifact. (#1393) by Bogdan Drutu · 6 years ago
  30. 658c63a Avoid doing string formatting when calling checkArgument for Metrics package. (#1395) by Bogdan Drutu · 6 years ago
  31. eabc800 Avoid doing string formatting when calling checkArgument. (#1394) by Bogdan Drutu · 6 years ago
  32. 8901e4e Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1392) by Bogdan Drutu · 6 years ago
  33. 217a1e8 Use Utils.checkNotNull instead of writing the null check. (#1385) by Bogdan Drutu · 6 years ago
  34. 01f2d75 Add missing Javadoc. (#1383) by Yang Song · 6 years ago
  35. 8d75c10 Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380) by Yang Song · 6 years ago
  36. 50b0e19 Update all targets to at least java7 and android14 (#1367) by Bogdan Drutu · 6 years ago
  37. 0a2f579 checkstyle: 8.0 -> 8.12 (#1369) by sebright · 6 years ago
  38. 775816d Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347) by Yang Song · 6 years ago
  39. 66ae2ee Fix metrics tests by adding the RunWith annotation. (#1364) by Bogdan Drutu · 6 years ago
  40. 81e8ded Metrics: Move metrics to opencensus-api. (#1346) by Yang Song · 6 years ago
  41. a804907 Add support for recording Gauges. (#1344) by Bogdan Drutu · 6 years ago
  42. 52f38e4 Add Tracestate into SpanContext. (#1359) by Bogdan Drutu · 6 years ago
  43. c943c6c Add a warning about try-with-resource to auto-close spans. (#1362) by Bogdan Drutu · 6 years ago
  44. b0c487b Minor improvements for Tracestate. (#1358) by Bogdan Drutu · 6 years ago
  45. d0d8361 Add the initial version of the TraceState class. (#1300) by Bogdan Drutu · 6 years ago
  46. daa5d09 Add Checker Framework stub file for gRPC Context.Key. (#1357) by sebright · 6 years ago
  47. 8939d9f Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354) by sebright · 6 years ago
  48. b3f0592 Remove copy of the internal.Utils. (#1332) by Bogdan Drutu · 6 years ago
  49. 02ade03 Tracing: Reduce default limit on Links to 32. (#1315) by Yang Song · 6 years ago
  50. 1c46243 Mention that SampledSpanStore.getRegisteredSpanNamesForCollection is for testing. by Kristen Kozak · 6 years ago
  51. a7893d2 Stats: Add Exemplar class to DistributionData. (#1287) by Yang Song · 6 years ago
  52. 273c953 Stats: Add API MeasureMap.putAttachment() for recording exemplars. (#1285) by Yang Song · 6 years ago
  53. 13a5c96 Clarify Javadoc for Tagger.withTagContext. by Kristen Kozak · 6 years ago
  54. bc143ad Summary Span: Add encoder/decoder for Server Stats. (#1272) by rghetia · 6 years ago
  55. ee7d55e Start 0.16.0 development cycle by Kristen Kozak · 6 years ago
  56. 9b82dc5 Stats: Only include the simple class name in the error message for ViewData.check methods. (#1267) by Yang Song · 6 years ago
  57. 2ed7c02 Error Prone: 2.2.0 -> 2.3.1 by sebright · 6 years ago
  58. 372aa6d Error Prone: 2.2.0 -> 2.3.1 by Kristen Kozak · 6 years ago
  59. c788d4e Tracing: fix typos in Tracer Javadoc. (#1256) by Yang Song · 6 years ago
  60. 54198be Add package-info for all main packages in opencensus-api. (#1245) by Bogdan Drutu · 6 years ago
  61. 4f1b11a Metrics: Move Metrics to a separate artifact. (#1216) by Yang Song · 6 years ago
  62. 70deecc Start 0.15.0 development cycle by songy23 · 6 years ago
  63. 2fd835b Add since for Span.Kind constants and make SpanBuilder.setSpanKind not abstract. (#1226) by Bogdan Drutu · 6 years ago
  64. 55c1277 Add Span.Kind to the trace API. (#1223) by Bogdan Drutu · 6 years ago
  65. 0334e16 Starts adding a metrics package. (#1211) by Yang Song · 6 years ago
  66. 6966d68 Throw IllegalArgumentException when Timestamp.create receives invalid arguments. by Kristen Kozak · 6 years ago
  67. 8d95153 Merge pull request #1198 from sebright/duration-error-handling by sebright · 6 years ago
  68. 9080a9a Throw IllegalArgumentException when Duration.create receives invalid arguments. by Kristen Kozak · 6 years ago
  69. cbba3c1 Remove PublicForTesting from Status.CanonicalCode.toStatus() (fixes #976). by Kristen Kozak · 6 years ago
  70. cae294b Update a @since tag for the next release. by Kristen Kozak · 6 years ago
  71. 83fd637 Adds Tracing.getExportComponent().flushAndShutdown() for use within application shutdown hooks. (#1141) by Chris K Wensel · 6 years ago
  72. 773c763 Merge pull request #1176 from sebright/upgrade-checker-framework by sebright · 6 years ago
  73. c917cc2 Checker Framework: 2.5.0 -> 2.5.1 by Kristen Kozak · 6 years ago
  74. 693ff67 Add missing Nullable annotation to Functions.returnNull(). by Kristen Kozak · 6 years ago
  75. 1cc5554 Start 0.14.0 development cycle (#1157) by Yang Song · 6 years ago
  76. dec2507 Add Aggregation.LastValue and AggregationData.LastValueData to support Gauge (#1055) by Yang Song · 6 years ago
  77. 05f5bdd Check for null in more public methods in Span and its subclasses. by Kristen Kozak · 6 years ago
  78. 610ff80 Added null checking to Span implementations (#1150) by dvfeinblum · 6 years ago
  79. 7dca0fe Move utils used by Duration and Timestamp from i.o.internal.Utils to TimeUtils. by Kristen Kozak · 6 years ago
  80. 9e518c6 Remove java doc about overflow cases in Duration.toMillis() (#1134) by Yang Song · 6 years ago
  81. 74d1f5d Improve Duration.toMillis() (#1132) by Yang Song · 6 years ago
  82. 3e4352b Move toMillis(Duration) to Utils so that it can be reused. (#1114) by Yang Song · 6 years ago
  83. 00fa04e Clarifies implementation details on BinaryFormat (#1119) by Adrian Cole · 6 years ago
  84. 2aad378 Remove usages of Guava Objects/MoreObjects from opencensus-api (issue #1081). by Kristen Kozak · 6 years ago
  85. 5d5b0f5 Remove usages of Guava Throwables from opencensus-api (issue #1081). by Kristen Kozak · 6 years ago
  86. 952d643 Replace Guava VisibleForTesting in opencensus-api (issue #1081). by Kristen Kozak · 6 years ago
  87. 37730f7 Remove usages of Guava LongMath from opencensus-api (issue #1081). by Kristen Kozak · 6 years ago
  88. ba8aea8 Remove usages of Guava Precondtions from opencensus-api (issue #1081). by Kristen Kozak · 6 years ago
  89. 1e09da2 Add nullness annotations to Preconditions.checkNotNull. by Kristen Kozak · 6 years ago
  90. 26110b6 Rename "Util" classes to "Utils", for consistency with public "Utils" classes. by Kristen Kozak · 6 years ago
  91. e8d8a33 Sort TagKeys in View.create(...) (fixes #1080). by Kristen Kozak · 6 years ago
  92. 0444fb4 Remove some uses of deprecated AggregationWindow in ViewTest.java. by Kristen Kozak · 6 years ago
  93. 4f2d5a7 Clean up ViewTest.java. by Kristen Kozak · 6 years ago
  94. 95e8f18 Deprecate Mean and MeanData (#1101) by Yang Song · 6 years ago
  95. 20da2d4 Remove @SuppressWarnings("nullness") from all AutoValue classes. by Kristen Kozak · 6 years ago
  96. 422d78f Update Guava and Jmh versions (#1095) by Yang Song · 6 years ago
  97. cc7c7e1 Enable FindBugs in tests. by Kristen Kozak · 6 years ago
  98. eb82658 Move BaseMessageEventUtil to trace package. (#1076) by Yang Song · 6 years ago
  99. 1e524dc Remove usages of guava collections in api/ (#1069) by Eric Gribkoff · 6 years ago
  100. b28e6ef Deprecate Window and WindowData. (#1018) by Yang Song · 6 years ago