keith-turner commented on code in PR #6010:
URL: https://github.com/apache/accumulo/pull/6010#discussion_r2621138908
##########
pom.xml:
##########
@@ -345,6 +345,18 @@ under the License.
<artifactId>commons-validator</artifactId>
<version>1.10.0</version>
</dependency>
+ <dependency>
+ <groupId>io.opentelemetry.javaagent</groupId>
+ <artifactId>opentelemetry-javaagent</artifactId>
+ <!-- This version was selected because it aligns with the version of
open telemetry that Accumulo 2.1 is using. -->
+ <version>2.14.0</version>
Review Comment:
Was not sure if we should use the latest version of the agent. I looked at
these [release
notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
and found a version that corresponded to the version Accumulo is currently
using. However I am not sure if that matters. There are many later versions
of the agent.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]