aboutsummaryrefslogtreecommitdiffstats
path: root/api/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1198 from sebright/duration-error-handlingsebright2018-05-152-17/+78
|\
| * Throw IllegalArgumentException when Duration.create receives invalid arguments.Kristen Kozak2018-05-152-17/+78
* | Remove PublicForTesting from Status.CanonicalCode.toStatus() (fixes #976).Kristen Kozak2018-05-141-2/+0
|/
* Update a @since tag for the next release.Kristen Kozak2018-05-111-1/+1
* Adds Tracing.getExportComponent().flushAndShutdown() for use within applicati...Chris K Wensel2018-05-111-0/+7
* Merge pull request #1176 from sebright/upgrade-checker-frameworksebright2018-05-021-4/+7
|\
| * Checker Framework: 2.5.0 -> 2.5.1Kristen Kozak2018-05-021-4/+7
* | Add missing Nullable annotation to Functions.returnNull().Kristen Kozak2018-05-021-4/+9
|/
* Start 0.14.0 development cycle (#1157)Yang Song2018-04-271-1/+1
* Add Aggregation.LastValue and AggregationData.LastValueData to support Gauge ...Yang Song2018-04-276-160/+223
* Check for null in more public methods in Span and its subclasses.Kristen Kozak2018-04-272-3/+7
* Added null checking to Span implementations (#1150)dvfeinblum2018-04-243-12/+47
* Move utils used by Duration and Timestamp from i.o.internal.Utils to TimeUtils.Kristen Kozak2018-04-176-68/+98
* Remove java doc about overflow cases in Duration.toMillis() (#1134)Yang Song2018-04-161-3/+0
* Improve Duration.toMillis() (#1132)Yang Song2018-04-162-13/+12
* Move toMillis(Duration) to Utils so that it can be reused. (#1114)Yang Song2018-04-162-0/+26
* Clarifies implementation details on BinaryFormat (#1119)Adrian Cole2018-04-091-1/+1
* Remove usages of Guava Objects/MoreObjects from opencensus-api (issue #1081).Kristen Kozak2018-04-047-29/+53
* Remove usages of Guava Throwables from opencensus-api (issue #1081).Kristen Kozak2018-04-041-3/+8
* Replace Guava VisibleForTesting in opencensus-api (issue #1081).Kristen Kozak2018-04-0410-16/+91
* Remove usages of Guava LongMath from opencensus-api (issue #1081).Kristen Kozak2018-04-044-11/+72
* Remove usages of Guava Precondtions from opencensus-api (issue #1081).Kristen Kozak2018-04-0431-162/+308
* Add nullness annotations to Preconditions.checkNotNull.Kristen Kozak2018-04-041-5/+11
* Rename "Util" classes to "Utils", for consistency with public "Utils" classes.Kristen Kozak2018-04-0413-40/+40
* Sort TagKeys in View.create(...) (fixes #1080).Kristen Kozak2018-03-302-16/+32
* Remove some uses of deprecated AggregationWindow in ViewTest.java.Kristen Kozak2018-03-301-3/+3
* Clean up ViewTest.java.Kristen Kozak2018-03-301-21/+17
* Deprecate Mean and MeanData (#1101)Yang Song2018-03-283-9/+126
* Remove @SuppressWarnings("nullness") from all AutoValue classes.Kristen Kozak2018-03-2723-147/+29
* Update Guava and Jmh versions (#1095)Yang Song2018-03-261-2/+2
* Enable FindBugs in tests.Kristen Kozak2018-03-231-3/+0
* Move BaseMessageEventUtil to trace package. (#1076)Yang Song2018-03-214-18/+20
* Remove usages of guava collections in api/ (#1069)Eric Gribkoff2018-03-196-30/+40
* Deprecate Window and WindowData. (#1018)Yang Song2018-03-074-31/+144
* Fix probabilitySampler_getDescription for all locales. (#1040)Stefan Schmidt2018-03-021-1/+1
* Add comments to boolean arguments to fix Error Prone warning (BooleanParameter).Kristen Kozak2018-02-223-6/+18
* Start 0.13.0 development cycle (#1004)Yang Song2018-02-161-1/+1
* Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894)Hailong Wen2018-02-1616-24/+642
* Add Nullable annotation to tag values. (#998)Yang Song2018-02-151-3/+4
* Add '@since' Javadoc tag to all tracing APIs (issue #864).Kristen Kozak2018-02-0530-61/+632
* Add '@since' Javadoc tag to all common APIs (issue #864).Kristen Kozak2018-02-0510-5/+63
* Checker Framework: 2.3.0 -> 2.3.2Kristen Kozak2018-02-018-84/+20
* Add '@since' Javadoc tag to all stats APIs (issue #864).Kristen Kozak2018-01-3113-47/+327
* Add '@since' Javadoc tag to all tagging APIs (issue #864).Kristen Kozak2018-01-3115-12/+116
* Start 0.12.0 development cycle (#937)Hailong Wen2018-01-181-1/+1
* Annotate `PropagationComponent#getB3Format()` with `ExperimentalApi`. (#934)Hailong Wen2018-01-171-0/+3
* Add http propagation APIs. (#930)Hailong Wen2018-01-171-1/+17
* Update errorprone, google cloud java, grpc versions. (#931)Bogdan Drutu2018-01-173-7/+7
* Remove warning suppression related to null ClassLoaders.Kristen Kozak2017-12-204-20/+10
* Minor Javadoc update.Kristen Kozak2017-12-201-2/+2