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