aboutsummaryrefslogtreecommitdiffstats
path: root/buildscripts
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-07-12 11:16:35 -0700
committerGitHub <noreply@github.com>2018-07-12 11:16:35 -0700
commit5f7a05ed40ac80e3743e0bf101a62c5286821a61 (patch)
treeead58e613f6edd23ea860ed691cecec8da4e6fb1 /buildscripts
parentee73299fd10bb29d727760be3fcb2a2de1836763 (diff)
downloadplatform_external_opencensus-java-5f7a05ed40ac80e3743e0bf101a62c5286821a61.tar.gz
platform_external_opencensus-java-5f7a05ed40ac80e3743e0bf101a62c5286821a61.tar.bz2
platform_external_opencensus-java-5f7a05ed40ac80e3743e0bf101a62c5286821a61.zip
Contrib: Add an exemplar_util artifact to help record special exemplars. (#1297)
* Stats: Add attachment key for TraceId and SpanId. * Move the keys to an independent artifact and add methods for encoding. * Add this change to CHANGELOG. * Update description and tests. * Have one method that takes SpanContext instead of two. * Rename method to putSpanContextAttachments.
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 df6dd3b1..e89e0c0e 100644
--- a/buildscripts/import-control.xml
+++ b/buildscripts/import-control.xml
@@ -82,6 +82,10 @@ General guidelines on imports:
<allow pkg="com.google.apphosting"/>
<allow pkg="io.opencensus.trace"/>
</subpackage>
+ <subpackage name="exemplar.util">
+ <allow pkg="io.opencensus.stats"/>
+ <allow pkg="io.opencensus.trace"/>
+ </subpackage>
<subpackage name="grpc.metrics">
<allow pkg="io.opencensus.contrib.grpc.metrics"/>
<allow pkg="io.opencensus.stats"/>