linghengqian commented on issue #33595: URL: https://github.com/apache/shardingsphere/issues/33595#issuecomment-2464188696
- As far as I can remember, ShardingSphere has never implemented this directly. But you can directly use OpenTelemetry Java agent to forward to a third-party APM platform to collect slow SQL. Elastic Kibana, Apache SkyWalking UI and Jaeger UI all have the function of analyzing the slow SQL in the data sent by OpenTelemetry SDK. - For 5.5.1, if you happen to be using MySQL, you can also use p6spy jdbc driver. Consider https://github.com/apache/shardingsphere/pull/31814 . -- 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]
