aboutsummaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2018-07-20 11:27:24 -0400
committerGitHub <noreply@github.com>2018-07-20 11:27:24 -0400
commit0a9d182e4cf43f4112c933a5aff0ae052de08f5f (patch)
tree56cad11fdb27321969c220d3daedad34d389a377 /buildscripts
parent0d8f5f53f28266ef6aac8bd0e60c1d110c6ef91d (diff)
downloadopencensus-java-0a9d182e4cf43f4112c933a5aff0ae052de08f5f.tar.gz
Add metric components for export and main package and metric producer. (#1322)
* Add metric components for export and main package and metric producer. * Solve first round of comments. * Minor comments fixes.
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 46e4d0ef..607f626c 100644
--- a/buildscripts/import-control.xml
+++ b/buildscripts/import-control.xml
@@ -39,6 +39,7 @@ General guidelines on imports:
<allow pkg="io.opencensus.tags"/>
</subpackage>
<subpackage name="metrics">
+ <allow pkg="io.opencensus.internal"/>
<allow pkg="io.opencensus.common"/>
<allow pkg="io.opencensus.metrics"/>
<allow pkg="io.opencensus.stats"/>