aboutsummaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-04-26 09:53:32 -0700
committerGitHub <noreply@github.com>2018-04-26 09:53:32 -0700
commit86dadeeae96698c24489ce5817e6474224be8802 (patch)
tree37a7278247c7f1d6df6dd12e6377efc68d714a21 /buildscripts
parent610ff80ebec2b831a7ea6cc73ad4614152a36ad9 (diff)
downloadopencensus-java-86dadeeae96698c24489ce5817e6474224be8802.tar.gz
Move monitored resource detection utils to a separate artifact. (#1135)
Move monitored resource detection utils to a separate artifact, so that it can be reused by both Stackdriver Monitoring and Stackdriver Trace.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/import-control.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/import-control.xml b/buildscripts/import-control.xml
index 75ae826a..38cd747d 100644
--- a/buildscripts/import-control.xml
+++ b/buildscripts/import-control.xml
@@ -92,6 +92,9 @@ General guidelines on imports:
<allow pkg="io.opencensus.tags"/>
<allow pkg="io.opencensus.trace"/>
</subpackage>
+ <subpackage name="monitoredresource.util">
+ <allow pkg="io.opencensus.contrib.monitoredresource.util"/>
+ </subpackage>
</subpackage>
<subpackage name="exporter">
<allow pkg="com.google.common"/>
@@ -113,6 +116,7 @@ General guidelines on imports:
<allow pkg="com.google"/>
<allow pkg="io.opencensus.exporter.stats.stackdriver"/>
<allow pkg="io.opencensus.trace"/>
+ <allow pkg="io.opencensus.contrib.monitoredresource.util"/>
</subpackage>
</subpackage>
<subpackage name="trace">