aboutsummaryrefslogtreecommitdiff
path: root/api/src/test/java/io/opencensus/metrics
AgeCommit message (Expand)Author
2018-10-19 Plugs-in the DerivedLongGauge and DerivedDoubleGauge into the registry (#1505)Mayur Kale
2018-10-18Gauge API : Add support for DerivedDoubleGauge (#1504)Mayur Kale
2018-10-17Add support for DerivedLongGauge (#1497)Mayur Kale
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
2018-10-15Gauge API : Add DoubleGauge Support (Part2) (#1496)Mayur Kale
2018-10-14Metrics/Metric: Add a version of create that accepts only one timeseries. (#1...Mayur Kale
2018-10-13Gauge API : Add LongGauge Support (Part1) (#1489)Mayur Kale
2018-10-13Cleanup metrics API exception messages. (#1494)Bogdan Drutu
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-09Metrics: Copy TimeSeries list when creating a Metric. (#1485)Yang Song
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-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-13 Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)Yang Song
2018-08-11Fix metrics tests by adding the RunWith annotation. (#1364)Bogdan Drutu
2018-08-10Metrics: Move metrics to opencensus-api. (#1346)Yang Song