aboutsummaryrefslogtreecommitdiff
path: root/api/src/test/java/io/opencensus/stats
AgeCommit message (Expand)Author
2018-10-17Remove Old Gauge and correct exception messages (#1502)Mayur Kale
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-04-27Add Aggregation.LastValue and AggregationData.LastValueData to support Gauge ...Yang Song
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-07Deprecate Window and WindowData. (#1018)Yang Song
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-14Add ViewManager.getAllExportedViews().Kristen Kozak
2017-11-13Deprecate Stats.setState, and throw an exception when it is called after getS...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-23Make StatsRecord.record take the TagContext, not StatsRecorder.newRecord.Kristen Kozak
2017-10-23Rename StatsBuilder to StatsRecord.Kristen Kozak
2017-10-23Rename newStatsBuilder(TagContext) to newStatsBuilderWithExplicitTagContext.Kristen Kozak
2017-10-23Rename StatsRecorder.builder to newStatsBuilder.Kristen Kozak
2017-10-23Move MeasureMap from the API to the implementation.Kristen Kozak
2017-10-23Move stats and tags packages to opencensus-api to prepare for release. (#723)sebright