File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ subprojects {
192
192
okhttp : ' com.squareup.okhttp:okhttp:2.5.0' ,
193
193
okio : ' com.squareup.okio:okio:1.6.0' ,
194
194
opencensus_api : ' io.opencensus:opencensus-api:0.8.0-SNAPSHOT' ,
195
+ opencensus_contrib_grpc_metrics : ' io.opencensus:opencensus-contrib-grpc-metrics:0.8.0-SNAPSHOT' ,
195
196
opencensus_impl : ' io.opencensus:opencensus-impl:0.8.0-SNAPSHOT' ,
196
197
instrumentation_api : ' com.google.instrumentation:instrumentation-api:0.4.3' ,
197
198
protobuf : " com.google.protobuf:protobuf-java:${ protobufVersion} " ,
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ dependencies {
4
4
compile project(' :grpc-context' ),
5
5
libraries. guava,
6
6
libraries. errorprone,
7
- libraries. jsr305
7
+ libraries. jsr305,
8
+ libraries. opencensus_contrib_grpc_metrics
8
9
compile (libraries. instrumentation_api) {
9
10
// prefer 2.0.19 from libraries instead of 2.0.11
10
11
exclude group : ' com.google.errorprone' , module : ' error_prone_annotations'
You can’t perform that action at this time.
0 commit comments