aboutsummaryrefslogtreecommitdiff
path: root/api/src/main/java/io/opencensus/stats
AgeCommit message (Expand)Author
2018-10-17Remove Old Gauge and correct exception messages (#1502)Mayur Kale
2018-08-28Avoid doing string formatting when calling checkArgument. (#1394)Bogdan Drutu
2018-08-16checkstyle: 8.0 -> 8.12 (#1369)sebright
2018-06-29Stats: Add Exemplar class to DistributionData. (#1287)Yang Song
2018-06-28Stats: Add API MeasureMap.putAttachment() for recording exemplars. (#1285)Yang Song
2018-06-20Stats: Only include the simple class name in the error message for ViewData.c...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-05-28Starts adding a metrics package. (#1211)Yang Song
2018-05-02Checker Framework: 2.5.0 -> 2.5.1Kristen Kozak
2018-04-27Add Aggregation.LastValue and AggregationData.LastValueData to support Gauge ...Yang Song
2018-04-04Replace Guava VisibleForTesting in opencensus-api (issue #1081).Kristen Kozak
2018-04-04Remove usages of Guava Precondtions from opencensus-api (issue #1081).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-28Deprecate Mean and MeanData (#1101)Yang Song
2018-03-27Remove @SuppressWarnings("nullness") from all AutoValue classes.Kristen Kozak
2018-03-19Remove usages of guava collections in api/ (#1069)Eric Gribkoff
2018-03-07Deprecate Window and WindowData. (#1018)Yang Song
2018-02-22Add comments to boolean arguments to fix Error Prone warning (BooleanParameter).Kristen Kozak
2018-02-15Add Nullable annotation to tag values. (#998)Yang Song
2018-02-01Checker Framework: 2.3.0 -> 2.3.2Kristen Kozak
2018-01-31Add '@since' Javadoc tag to all stats APIs (issue #864).Kristen Kozak
2017-12-20Remove warning suppression related to null ClassLoaders.Kristen Kozak
2017-12-20Rename NullnessUtils to CheckerFrameworkUtils.Kristen Kozak
2017-12-19Add Checker Framework annotations in comments (issue #359).Kristen Kozak
2017-12-19Suppress some Checker Framework warnings and add TODOs (issue #359).Kristen Kozak
2017-12-19Work around a possible bug in the Checker Framework (issue #359).Kristen Kozak
2017-12-19Suppress warnings about missing @Nullable in AutoValue equals methods (#359).Kristen Kozak
2017-12-19Validate types of Aggregation and AggregationData when creating ViewData (#839)Yang Song
2017-11-21Update length limit for View.Name (#834)Yang Song
2017-11-17Use consistent wording in stats and tags 'setState' Javadocs.Kristen Kozak
2017-11-14Cache the set of views returned from NoopViewManager.getAllExportedViews.Kristen Kozak
2017-11-14Add ViewManager.getAllExportedViews().Kristen Kozak
2017-11-14Merge pull request #804 from sebright/update-error-prone-warnings-for-2.1.2sebright
2017-11-13Enable new ReturnMissingNullable Error Prone experimental suggestion.Kristen Kozak
2017-11-13Deprecate Stats.setState, and throw an exception when it is called after getS...Yang Song
2017-11-08Update Stats implementation to use Stats state (#789)Yang Song
2017-11-03Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu
2017-10-31Rename StatsRecord to MeasureMap (#757)Yang Song
2017-10-27Update max length of Measure name to 255 (#739)Yang Song
2017-10-27Returns null when getting unregistered views (#737)Yang Song
2017-10-26Merge pull request #721 from sebright/histogram-bucketssebright
2017-10-25Remove support for multiple tag types.Kristen Kozak
2017-10-25Rename 'StatsRecord.recordWithExplicitTagContext' to 'record'.Kristen Kozak
2017-10-23Make DistributionData.create take a List instead of a long[] for bucket counts.Kristen Kozak
2017-10-23Make StatsRecord.record abstract.Kristen Kozak
2017-10-23Improve documentation of stats recording methods.Kristen Kozak
2017-10-23Make StatsRecord.record take the TagContext, not StatsRecorder.newRecord.Kristen Kozak
2017-10-23Rename StatsBuilder to StatsRecord.Kristen Kozak