aboutsummaryrefslogtreecommitdiff
path: root/impl_core/src/main/java/io/opencensus/implcore/stats
AgeCommit message (Expand)Author
2018-10-13Add BucketOptions for DistributionValue (#1484)Mayur Kale
2018-10-10Metrics/TimeSeries: Add createWithOnePoint method to accept only one … (#1486)Mayur Kale
2018-10-02Mode classes for metrics data model in the exporter package. (#1480)Bogdan Drutu
2018-10-02Make metrics compatible with the current proto definition. (#1479)Bogdan Drutu
2018-09-24Avoid using LinkedList and remove couple SuppressWarnings. (#1469)Bogdan Drutu
2018-09-14Revert "Temporarily move "metrics" package into impl_core/ for release. (#142...Yang Song
2018-09-12Temporarily move "metrics" package into impl_core/ for release. (#1426)sebright
2018-08-21Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380)Yang Song
2018-08-21Extract logic about current state in internal class. (#1381)Bogdan Drutu
2018-08-20Implement CurrentStatsState using atomic variables. (#1377)Bogdan Drutu
2018-08-20Make an internal function static. (#1375)Yang Song
2018-08-20Remove match pattern from MutableAggregation. (#1372)Bogdan Drutu
2018-08-19Use the internal get version for getting the current state. (#1373)Bogdan Drutu
2018-08-17Fix stats to metrics implementation. (#1368)Bogdan Drutu
2018-08-15Stats: Register MetricProducer in Stats-impl. (#1348)Yang Song
2018-08-08Metrics: Produce and store Metrics in Stats impl. (#1338)Yang Song
2018-08-01Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright
2018-07-25Cleanup: Move static util methods to util class. (#1343)Yang Song
2018-07-10Stats: Support recording Exemplars in the impl. (#1294)Yang Song
2018-06-28Stats: Add API MeasureMap.putAttachment() for recording exemplars. (#1285)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-16Improve Duration.toMillis() (#1132)Yang Song
2018-04-16 Move toMillis(Duration) to Utils so that it can be reused. (#1114)Yang Song
2018-03-28Deprecate Mean and MeanData (#1101)Yang Song
2018-03-07Deprecate Window and WindowData. (#1018)Yang Song
2018-02-01Checker Framework: 2.3.0 -> 2.3.2Kristen 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-19Add more null annotations (issue #359).Kristen Kozak
2017-12-05Use continue when skip a value in a while-loop. (#879)Bogdan Drutu
2017-11-28Skip null tag value for exporter (#843)Yang Song
2017-11-14Cache the set of views returned from ViewManagerImpl.getAllExportedViews.Kristen Kozak
2017-11-14Put view registration methods together in MeasureToViewMap.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-13Merge pull request #790 from sebright/deprecate-Tags-setStatesebright
2017-11-12com.google.errorprone:error_prone_core: 2.0.19 -> 2.1.2Kristen Kozak
2017-11-10Add TODO about removing locking from CurrentStatsState.Kristen Kozak
2017-11-09 Move implementation directories (#786)Yang Song