aboutsummaryrefslogtreecommitdiff
path: root/api/src/main/java/io/opencensus/metrics/MetricRegistry.java
AgeCommit message (Collapse)Author
2018-10-17Plugs-in the DoubleGauge into the registry (#1503)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-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-09-30Split the public metrics API from the data model. (#1477)Bogdan Drutu
* Split the public API from the data model. * Small comment added about registration of the MetricProducer.
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-10Metrics: Move metrics to opencensus-api. (#1346)Yang Song
* Metrics: Move to api. * Update package-info to warn users on using metrics.