diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2018-08-15 12:21:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-15 12:21:08 -0700 |
| commit | 3fdd48923a9bb0cdc4a29e18680f25a04f9ac5dd (patch) | |
| tree | 3a086f7dedcaf22081ab260a6d55de41ed2ae9ef /buildscripts | |
| parent | f50596ac77fd0c4eb209ffbc8769b5025a3aa090 (diff) | |
| download | platform_external_opencensus-java-3fdd48923a9bb0cdc4a29e18680f25a04f9ac5dd.tar.gz platform_external_opencensus-java-3fdd48923a9bb0cdc4a29e18680f25a04f9ac5dd.tar.bz2 platform_external_opencensus-java-3fdd48923a9bb0cdc4a29e18680f25a04f9ac5dd.zip | |
Stats: Register MetricProducer in Stats-impl. (#1348)
* Stats: Implement MetricProducer in Stats.
* Add unit tests.
* Remove MetricProduce from Stats API. Register it statically in the impl.
Diffstat (limited to 'buildscripts')
| -rw-r--r-- | buildscripts/import-control.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/import-control.xml b/buildscripts/import-control.xml index 7c8251bb..f0574df7 100644 --- a/buildscripts/import-control.xml +++ b/buildscripts/import-control.xml @@ -46,7 +46,6 @@ General guidelines on imports: <subpackage name="stats"> <allow pkg="io.opencensus.common"/> <allow pkg="io.opencensus.internal"/> - <allow pkg="io.opencensus.metrics"/> <allow pkg="io.opencensus.stats"/> <allow pkg="io.opencensus.tags"/> </subpackage> |
