Skip to content

Commit

Permalink
fix: remove stats from javadoc (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Dec 23, 2021
1 parent 68776e4 commit 33fe7fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -260,6 +260,9 @@
<sourceFileExclude>**/com/google/cloud/bigtable/data/v2/stub/metrics/**</sourceFileExclude>
</sourceFileExcludes>

<!-- exclude stats package which shades opencensus for builtin metrics -->
<excludePackageNames>com.google.cloud.bigtable.stats</excludePackageNames>

<!-- Enable external linking -->
<links>
<link>https://googleapis.dev/java/gax/${gax.version}/</link>
Expand Down

0 comments on commit 33fe7fe

Please sign in to comment.