aboutsummaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-07-13 11:40:41 -0700
committerGitHub <noreply@github.com>2018-07-13 11:40:41 -0700
commit468d0683e89979402ec1d6806f0c450c317eeae0 (patch)
treed4d4f9882fd5aa4d0ed8c5c46ecd2e1e93cc63cd /buildscripts
parentd514ece815f6d701886755006bb788c2f2e1c63b (diff)
downloadopencensus-java-468d0683e89979402ec1d6806f0c450c317eeae0.tar.gz
Update import control on metrics. (#1311)
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/import-control.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/import-control.xml b/buildscripts/import-control.xml
index e89e0c0e..46e4d0ef 100644
--- a/buildscripts/import-control.xml
+++ b/buildscripts/import-control.xml
@@ -40,6 +40,7 @@ General guidelines on imports:
</subpackage>
<subpackage name="metrics">
<allow pkg="io.opencensus.common"/>
+ <allow pkg="io.opencensus.metrics"/>
<allow pkg="io.opencensus.stats"/>
<allow pkg="io.opencensus.tags"/>
</subpackage>