Skip to content

Commit

Permalink
all: Add opentelemetry
Browse files Browse the repository at this point in the history
This adds opentelemetry to the shared javadoc (but also other things
like having its tests contribute to code coverage).
  • Loading branch information
ejona86 committed May 14, 2024
1 parent d086f5a commit 9798e4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions all/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def subprojects = [
project(':grpc-inprocess'),
project(':grpc-netty'),
project(':grpc-okhttp'),
project(':grpc-opentelemetry'),
project(':grpc-protobuf'),
project(':grpc-protobuf-lite'),
project(':grpc-rls'),
Expand Down
4 changes: 4 additions & 0 deletions opentelemetry/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ tasks.named("compileJava").configure {
".*/build/generated/sources/annotationProcessor/java/.*",
"|")
}

tasks.named("javadoc").configure {
exclude 'io/grpc/opentelemetry/internal/**'
}

0 comments on commit 9798e4a

Please sign in to comment.