aboutsummaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Start 0.16.0 development cycleKristen Kozak2018-06-201-1/+1
* Stats: Only include the simple class name in the error message for ViewData.c...Yang Song2018-06-202-39/+57
* Error Prone: 2.2.0 -> 2.3.1sebright2018-06-133-5/+2
|\
| * Error Prone: 2.2.0 -> 2.3.1Kristen Kozak2018-06-133-5/+2
* | Tracing: fix typos in Tracer Javadoc. (#1256)Yang Song2018-06-131-5/+5
|/
* Add package-info for all main packages in opencensus-api. (#1245)Bogdan Drutu2018-06-083-0/+71
* Metrics: Move Metrics to a separate artifact. (#1216)Yang Song2018-06-051-31/+0
* Start 0.15.0 development cyclesongy232018-06-041-1/+1
* Add since for Span.Kind constants and make SpanBuilder.setSpanKind not abstra...Bogdan Drutu2018-06-012-3/+8
* Add Span.Kind to the trace API. (#1223)Bogdan Drutu2018-05-315-5/+112
* Starts adding a metrics package. (#1211)Yang Song2018-05-281-0/+31
* Throw IllegalArgumentException when Timestamp.create receives invalid arguments.Kristen Kozak2018-05-152-16/+75
* 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