Copilot commented on code in PR #37717:
URL: https://github.com/apache/shardingsphere/pull/37717#discussion_r2682148035


##########
agent/plugins/tracing/type/opentelemetry/pom.xml:
##########
@@ -27,10 +27,10 @@
     <name>${project.artifactId}</name>
     
     <properties>
-        <opentelemetry.version>1.41.0</opentelemetry.version>
-        
<opentelemetry-semconv.version>1.27.0-alpha</opentelemetry-semconv.version>
-        <okhttp.version>4.12.0</okhttp.version>
-        <kotlin-stdlib.version>1.9.10</kotlin-stdlib.version>
+        <opentelemetry.version>1.58.0</opentelemetry.version>

Review Comment:
   The OpenTelemetry SDK version in this PR is 1.58.0, but the linked issue 
#37683 requests version 1.57.0. Please verify if using 1.58.0 is intentional. 
If this is an intentional upgrade to a newer version, consider updating the 
issue description to reflect this change.
   ```suggestion
           <opentelemetry.version>1.57.0</opentelemetry.version>
   ```



-- 
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]

Reply via email to