We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68776e4 commit 33fe7feCopy full SHA for 33fe7fe
pom.xml
@@ -260,6 +260,9 @@
260
<sourceFileExclude>**/com/google/cloud/bigtable/data/v2/stub/metrics/**</sourceFileExclude>
261
</sourceFileExcludes>
262
263
+ <!-- exclude stats package which shades opencensus for builtin metrics -->
264
+ <excludePackageNames>com.google.cloud.bigtable.stats</excludePackageNames>
265
+
266
<!-- Enable external linking -->
267
<links>
268
<link>https://googleapis.dev/java/gax/${gax.version}/</link>
0 commit comments