Skip to content

Commit

Permalink
HBASE-26804 Missing opentelemetry agent in hadoop-two-compat.xml (#4185)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
taklwu committed Mar 10, 2022
1 parent 1f9e5a1 commit f39a105
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hbase-assembly/src/main/assembly/hadoop-two-compat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<exclude>org.slf4j:slf4j-api</exclude>
<exclude>org.slf4j:slf4j-log4j12</exclude>
<exclude>org.slf4j:slf4j-reload4j</exclude>
<exclude>io.opentelemetry.javaagent:*</exclude>
</excludes>
</dependencySet>
</dependencySets>
Expand Down Expand Up @@ -213,6 +214,7 @@
<include>org.apache.yetus:audience-annotations</include>
<include>org.slf4j:slf4j-api</include>
<include>org.slf4j:slf4j-reload4j</include>
<include>io.opentelemetry:*</include>
</includes>
</dependencySet>
<dependencySet>
Expand All @@ -221,6 +223,12 @@
<include>jline:jline</include>
</includes>
</dependencySet>
<dependencySet>
<outputDirectory>lib/trace</outputDirectory>
<includes>
<include>io.opentelemetry.javaagent:*</include>
</includes>
</dependencySet>
<dependencySet>
<outputDirectory>lib/jdk11</outputDirectory>
<useTransitiveDependencies>true</useTransitiveDependencies>
Expand Down

0 comments on commit f39a105

Please sign in to comment.