aboutsummaryrefslogtreecommitdiff
path: root/api/src/test/java/io/opencensus/metrics
AgeCommit message (Collapse)Author
2018-10-19 Plugs-in the DerivedLongGauge and DerivedDoubleGauge into the registry (#1505)Mayur Kale
* Plugs-in the DerivedLongGauge into the registry * Plugs-in the DerivedDoubleGauge into the registry
2018-10-18Gauge API : Add support for DerivedDoubleGauge (#1504)Mayur Kale
* Add support for DerivedDoubleGauge * Fix review comments * Fix reviews
2018-10-17Add support for DerivedLongGauge (#1497)Mayur Kale
* Add support for DerivedLongGauge * Fix minor issues * Fix test * Fix review comments * Add checker annotation * fix checker
2018-10-17Plugs-in the DoubleGauge into the registry (#1503)Mayur Kale
2018-10-17Remove Old Gauge and correct exception messages (#1502)Mayur Kale
2018-10-17Plugs-in the LongGauge into the registry (#1498)Mayur Kale
* plug-in longGauge into MetricRegistry * Minor fix * Add TODO and Fix build * Fix review comments
2018-10-15Gauge API : Add DoubleGauge Support (Part2) (#1496)Mayur Kale
* Gauge API : Add DoubleGauge Support (Part2) * Fix review comments
2018-10-14Metrics/Metric: Add a version of create that accepts only one timeseries. ↵Mayur Kale
(#1495) * Metrics/Metric: Add createWithOneTimeSeries method * Fix review comments
2018-10-13Gauge API : Add LongGauge Support (Part1) (#1489)Mayur Kale
* Gauge API : Add LongGauge Support (Part1) * Fix review comments * Fix review comments, removed LongGauge from registry * Add TODO and remove unnecessary check on removeTimeSeries
2018-10-13Cleanup metrics API exception messages. (#1494)Bogdan Drutu
* Cleanup metrics API exception messages. * Fix MutableAggregationTest.java
2018-10-13Add BucketOptions for DistributionValue (#1484)Mayur Kale
* Add BucketOptions for DistributionValue * Fix reviews
2018-10-10Metrics/TimeSeries: Add createWithOnePoint method to accept only one … (#1486)Mayur Kale
* Metrics/TimeSeries: Add createWithOnePoint method to accept only one point * Fix reviews * Minor Fix
2018-10-09Metrics: Copy TimeSeries list when creating a Metric. (#1485)Yang Song
* Metrics: Copy TimeSeries list when creating a Metric. * Check for null and add more tests.
2018-10-02Mode classes for metrics data model in the exporter package. (#1480)Bogdan Drutu
* Mode classes for metrics data model in the exporter package. Consistent with trace. * Fix test class coments.
2018-10-02Make metrics compatible with the current proto definition. (#1479)Bogdan Drutu
* Make metrics compatible with the current proto definition. * Fix minor comments from the review. * Fix @Nullable.
2018-09-14Revert "Temporarily move "metrics" package into impl_core/ for release. ↵Yang Song
(#1426)" (#1432) This reverts commit d3fa0e5c60903f95c184d7c7bafae8fdd12156ad.
2018-09-12Temporarily move "metrics" package into impl_core/ for release. (#1426)sebright
The "metrics" package isn't ready to be released yet, so this commit moves it out of the API artifact. The package can still be accessed by the stats implementation in impl_core/. This commit can be reverted once the package is ready to be exposed. The moved package names also contain "temporary" so that there is no possibility of class name conflicts between different versions of opencensus-api and opencensus-impl-core. For example, io.opencensus.metrics.export is renamed to io.opencensus.implcore.temporary.metrics.export.
2018-08-21Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380)Yang Song
2018-08-13 Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)Yang Song
* Metrics: Implement ExportComponent, make ProducerManager abstract. * Metrics: Add impl and impllite. * Resolve two TODOs. * Fix import path, leave a TODO for getMetricRegistry. * Make NoopMetricProducerManager private. Add missing since tag.
2018-08-11Fix metrics tests by adding the RunWith annotation. (#1364)Bogdan Drutu
2018-08-10Metrics: Move metrics to opencensus-api. (#1346)Yang Song
* Metrics: Move to api. * Update package-info to warn users on using metrics.