aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authorKristen Kozak <sebright@google.com>2017-10-19 17:58:37 -0700
committerKristen Kozak <sebright@google.com>2017-10-19 21:49:52 -0700
commitd43ed66b9282e122df22230a92b65c37ace0ac54 (patch)
tree664d14c970aa845c74bc87b830b14ff3f21c0760 /all
parentdbff329210261a13e5a8c5ab525114cfdbfd8448 (diff)
downloadopencensus-java-d43ed66b9282e122df22230a92b65c37ace0ac54.tar.gz
Start adding a new library containing RPC constants for gRPC (fixes #705).
This commit moves RpcMeasureConstants.java and RpcViewConstants.java into the new library so that they are no longer part of the core API. The new library is called opencensus-grpc-rpc-constants. It isn't enabled for release yet.
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 5b3a2eb1..f7b23d0a 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -23,6 +23,7 @@ def subprojects = [
project(':opencensus-testing'),
project(':opencensus-contrib-agent'),
project(':opencensus-contrib-grpc-util'),
+ project(':opencensus-grpc-rpc-constants'),
project(':opencensus-contrib-zpages'),
project(':opencensus-exporter-trace-logging'),
project(':opencensus-exporter-trace-stackdriver'),
@@ -33,6 +34,7 @@ def subprojects_javadoc = [
project(':opencensus-api'),
project(':opencensus-testing'),
project(':opencensus-contrib-grpc-util'),
+ project(':opencensus-grpc-rpc-constants'),
project(':opencensus-contrib-zpages'),
project(':opencensus-exporter-trace-logging'),
project(':opencensus-exporter-trace-stackdriver'),