aboutsummaryrefslogtreecommitdiff
path: root/all
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 /all
parentee73299fd10bb29d727760be3fcb2a2de1836763 (diff)
downloadopencensus-java-5f7a05ed40ac80e3743e0bf101a62c5286821a61.tar.gz
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 'all')
-rw-r--r--all/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/all/build.gradle b/all/build.gradle
index fb8b2be7..8b45087e 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -14,6 +14,7 @@ def subprojects = [
project(':opencensus-testing'),
project(':opencensus-contrib-agent'),
project(':opencensus-contrib-appengine-standard-util'),
+ project(':opencensus-contrib-exemplar-util'),
project(':opencensus-contrib-grpc-util'),
project(':opencensus-contrib-grpc-metrics'),
project(':opencensus-contrib-http-util'),
@@ -35,6 +36,7 @@ def subprojects_javadoc = [
project(':opencensus-testing'),
project(':opencensus-contrib-agent'),
project(':opencensus-contrib-appengine-standard-util'),
+ project(':opencensus-contrib-exemplar-util'),
project(':opencensus-contrib-grpc-util'),
project(':opencensus-contrib-grpc-metrics'),
project(':opencensus-contrib-http-util'),