sravani-revuri opened a new pull request, #10020: URL: https://github.com/apache/ozone/pull/10020
## What changes were proposed in this pull request? Currently tracing for the Freon s3bg is disjoint. a new service called s3Gateway is created and is not a part of the original freon trace. Proper handling of spans is required to bring it into a single trace. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14903 ## How was this patch tested? Tested through Jaeger UI and existing test cases. ### **Before:** <img width="2568" height="226" alt="image" src="https://github.com/user-attachments/assets/b2f9e188-229e-4c3f-8407-991c542c8163" /> <img width="2564" height="698" alt="image" src="https://github.com/user-attachments/assets/80287a8f-8fbb-42fa-82ff-917e7e286908" /> ### **After:** #### command: ``` ozone freon s3bg -n 1 --endpoint http://s3g:9878 ``` <img width="1078" height="522" alt="image" src="https://github.com/user-attachments/assets/9961f3bb-1722-44a2-acd7-2eaa8bba4544" /> -- 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]
