aboutsummaryrefslogtreecommitdiff
path: root/api/src/main/java/io/opencensus/common
AgeCommit message (Expand)Author
2018-09-18Common: Add an API Functions.returnToString(). (#1443)Yang Song
2018-09-14Revert "Temporarily move "metrics" package into impl_core/ for release. (#142...Yang Song
2018-09-14Start 0.17.0 development cycle (#1429)sebright
2018-09-12Temporarily move "metrics" package into impl_core/ for release. (#1426)sebright
2018-08-16checkstyle: 8.0 -> 8.12 (#1369)sebright
2018-08-13 Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)Yang Song
2018-08-10Add support for recording Gauges. (#1344)Bogdan Drutu
2018-08-01Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright
2018-06-21Summary Span: Add encoder/decoder for Server Stats. (#1272)rghetia
2018-06-20Start 0.16.0 development cycleKristen Kozak
2018-06-08Add package-info for all main packages in opencensus-api. (#1245)Bogdan Drutu
2018-06-04Start 0.15.0 development cyclesongy23
2018-05-15Throw IllegalArgumentException when Timestamp.create receives invalid arguments.Kristen Kozak
2018-05-15Throw IllegalArgumentException when Duration.create receives invalid arguments.Kristen 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-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-04Remove usages of Guava LongMath from opencensus-api (issue #1081).Kristen Kozak
2018-04-04Rename "Util" classes to "Utils", for consistency with public "Utils" classes.Kristen Kozak
2018-03-27Remove @SuppressWarnings("nullness") from all AutoValue classes.Kristen Kozak
2018-02-16Start 0.13.0 development cycle (#1004)Yang Song
2018-02-05Add '@since' Javadoc tag to all common APIs (issue #864).Kristen Kozak
2018-01-18Start 0.12.0 development cycle (#937)Hailong Wen
2017-12-19Suppress warnings about missing @Nullable in AutoValue equals methods (#359).Kristen Kozak
2017-12-04Start 0.11.0 development cycle (#874)Yang Song
2017-11-18Start 0.10.0 development cycle (#816)Bogdan Drutu
2017-11-13Enable PrivateConstructorForUtilityClass Error Prone warning.Kristen Kozak
2017-11-13Hide constructor of io.opencensus.common.OpenCensusLibraryInformation.Kristen Kozak
2017-11-03Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu
2017-10-31Start 0.9.0 development cycleBogdan Drutu
2017-10-23Record the agent label for stackdriver trace exporter. (#717)Bogdan Drutu
2017-10-18Add an option in EndSpanOptions to register the span name for sampled store. ...Bogdan Drutu
2017-09-11Fix NarrowingCompoundAssignment error that shows only in errorprone > 2.0.20 ...Bogdan Drutu
2017-09-05Implement Duration.compareTo() (#582)Yang Song
2017-09-04Add IntervalBucket and tests. (#537)Yang Song
2017-08-23Change the licence to OpenCensus authors. (#539)Bogdan Drutu
2017-07-25Improve comments about suppressed "unchecked" warnings.Kristen Kozak
2017-07-24Add a function that always throws an AssertionError.Kristen Kozak
2017-07-11Revert "Remove Scope.close() method."Kristen Kozak
2017-07-11Remove Scope.close() method.Kristen Kozak
2017-07-11Deprecate NonThrowingCloseable in favor of Scope.Kristen Kozak
2017-07-11Add Scope as interface for NonThrowingCloseables that work with current context.Kristen Kozak
2017-07-06Refactor AttributeValue to use a "match" method.Kristen Kozak
2017-07-06Add convenience functions for handling default case in "match" methods.Kristen Kozak
2017-06-28Add compareTo to Timestamp. (#392)Bogdan Drutu
2017-06-19Refactor Timestamp class to be safer. Add methods to minus a timestam… (#367)Bogdan Drutu
2017-06-15Prepare the release of the opencensus library. (#357)Bogdan Drutu