aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
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 /settings.gradle
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 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index abdebed8..0bf94261 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -14,6 +14,7 @@ include ":core_impl_java"
include ":core_impl_android"
include ":opencensus-contrib-agent"
include ":opencensus-contrib-grpc-util"
+include ":opencensus-grpc-rpc-constants"
project(':opencensus-api').projectDir = "$rootDir/api" as File
project(':opencensus-impl-core').projectDir = "$rootDir/impl_core" as File
@@ -22,6 +23,7 @@ project(':opencensus-impl').projectDir = "$rootDir/impl" as File
project(':opencensus-testing').projectDir = "$rootDir/testing" as File
project(':opencensus-contrib-agent').projectDir = "$rootDir/contrib/agent" as File
project(':opencensus-contrib-grpc-util').projectDir = "$rootDir/contrib/grpc_util" as File
+project(':opencensus-grpc-rpc-constants').projectDir = "$rootDir/grpc/rpc_constants" as File
project(':opencensus-exporter-trace-logging').projectDir = "$rootDir/exporters/trace_logging" as File
project(':opencensus-exporter-trace-stackdriver').projectDir = "$rootDir/exporters/trace_stackdriver" as File
project(':opencensus-exporter-trace-zipkin').projectDir = "$rootDir/exporters/trace_zipkin" as File