aboutsummaryrefslogtreecommitdiff
path: root/impl_core/src/main/java/io/opencensus/implcore/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-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-09-30Split the public metrics API from the data model. (#1477)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-22Add missing Javadoc. (#1383)Yang Song
2018-08-21Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380)Yang Song
2018-08-14Add implementation for gauges. (#1365)Bogdan Drutu
2018-08-13 Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)Yang Song