zhangxinyao88 commented on code in PR #4861: URL: https://github.com/apache/solr/pull/4861#discussion_r3916622394
########## solr/modules/opentelemetry/src/test/org/apache/solr/opentelemetry/TestDistributedTracing.java: ########## Review Comment: Good catch. After switching to POST, the action is no longer in the query string, so tracing was falling back to the HTTP method. I’ve updated it to use the parsed request params instead, which keeps the action names in these spans. -- 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]
