utsav00 commented on code in PR #4524:
URL: https://github.com/apache/solr/pull/4524#discussion_r3408040478


##########
solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-10.adoc:
##########
@@ -226,6 +226,8 @@ Attention:
 
 * `OpenTracing` libraries were removed and replaced with `OpenTelemetry` 
libraries. Any Java agents providing `OpenTracing` tracers will no longer work. 
Telemetry tags `http.status_code` and `http.method` have been deprecated, newer 
versions of the tags have been added to the span data: 
`http.response.status_code`, `http.request.method`.
 
+* The deprecated telemetry tags `http.status_code` and `http.method` have been 
removed from span data. Use `http.response.status_code` and 
`http.request.method` instead. (SOLR-18110)
+

Review Comment:
   Makes sense, updated



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to