aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2018-06-20Start 0.16.0 development cycleKristen Kozak
2018-06-20Stats: Only include the simple class name in the error message for ViewData.c...Yang Song
2018-06-13Error Prone: 2.2.0 -> 2.3.1sebright
2018-06-13Error Prone: 2.2.0 -> 2.3.1Kristen Kozak
2018-06-13Tracing: fix typos in Tracer Javadoc. (#1256)Yang Song
2018-06-08Add package-info for all main packages in opencensus-api. (#1245)Bogdan Drutu
2018-06-05Metrics: Move Metrics to a separate artifact. (#1216)Yang Song
2018-06-04Start 0.15.0 development cyclesongy23
2018-06-01Add since for Span.Kind constants and make SpanBuilder.setSpanKind not abstra...Bogdan Drutu
2018-05-31Add Span.Kind to the trace API. (#1223)Bogdan Drutu
2018-05-28Starts adding a metrics package. (#1211)Yang Song
2018-05-15Throw IllegalArgumentException when Timestamp.create receives invalid arguments.Kristen Kozak
2018-05-15Merge pull request #1198 from sebright/duration-error-handlingsebright
2018-05-15Throw IllegalArgumentException when Duration.create receives invalid arguments.Kristen Kozak
2018-05-14Remove PublicForTesting from Status.CanonicalCode.toStatus() (fixes #976).Kristen Kozak
2018-05-11Update a @since tag for the next release.Kristen Kozak
2018-05-11Adds Tracing.getExportComponent().flushAndShutdown() for use within applicati...Chris K Wensel
2018-05-02Merge pull request #1176 from sebright/upgrade-checker-frameworksebright
2018-05-02Checker Framework: 2.5.0 -> 2.5.1Kristen Kozak
2018-05-02Add missing Nullable annotation to Functions.returnNull().Kristen Kozak
2018-04-27Start 0.14.0 development cycle (#1157)Yang Song
2018-04-27Add Aggregation.LastValue and AggregationData.LastValueData to support Gauge ...Yang Song
2018-04-27Check for null in more public methods in Span and its subclasses.Kristen Kozak
2018-04-24Added null checking to Span implementations (#1150)dvfeinblum
2018-04-17Move utils used by Duration and Timestamp from i.o.internal.Utils to TimeUtils.Kristen Kozak
2018-04-16Remove java doc about overflow cases in Duration.toMillis() (#1134)Yang Song
2018-04-16Improve Duration.toMillis() (#1132)Yang Song
2018-04-16 Move toMillis(Duration) to Utils so that it can be reused. (#1114)Yang Song
2018-04-09Clarifies implementation details on BinaryFormat (#1119)Adrian Cole
2018-04-04Remove usages of Guava Objects/MoreObjects from opencensus-api (issue #1081).Kristen Kozak
2018-04-04Remove usages of Guava Throwables from opencensus-api (issue #1081).Kristen Kozak
2018-04-04Replace Guava VisibleForTesting in opencensus-api (issue #1081).Kristen Kozak
2018-04-04Remove usages of Guava LongMath from opencensus-api (issue #1081).Kristen Kozak
2018-04-04Remove usages of Guava Precondtions from opencensus-api (issue #1081).Kristen Kozak
2018-04-04Add nullness annotations to Preconditions.checkNotNull.Kristen Kozak
2018-04-04Rename "Util" classes to "Utils", for consistency with public "Utils" classes.Kristen Kozak
2018-03-30Sort TagKeys in View.create(...) (fixes #1080).Kristen Kozak
2018-03-30Remove some uses of deprecated AggregationWindow in ViewTest.java.Kristen Kozak
2018-03-30Clean up ViewTest.java.Kristen Kozak
2018-03-28Deprecate Mean and MeanData (#1101)Yang Song
2018-03-27Remove @SuppressWarnings("nullness") from all AutoValue classes.Kristen Kozak
2018-03-26Update Guava and Jmh versions (#1095)Yang Song
2018-03-23Enable FindBugs in tests.Kristen Kozak
2018-03-21Move BaseMessageEventUtil to trace package. (#1076)Yang Song
2018-03-19Remove usages of guava collections in api/ (#1069)Eric Gribkoff
2018-03-07Deprecate Window and WindowData. (#1018)Yang Song
2018-03-02Fix probabilitySampler_getDescription for all locales. (#1040)Stefan Schmidt
2018-02-22Add comments to boolean arguments to fix Error Prone warning (BooleanParameter).Kristen Kozak
2018-02-16Start 0.13.0 development cycle (#1004)Yang Song
2018-02-16Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894)Hailong Wen