wu-sheng commented on code in PR #81: URL: https://github.com/apache/skywalking-go/pull/81#discussion_r1270194849
########## CHANGES.md: ########## @@ -22,6 +22,7 @@ Release Notes. * Support [Native SQL](https://pkg.go.dev/net/http) database client framework with [MySQL Driver](github.com/go-sql-driver/mysql). * Support [Logrus](https://github.com/sirupsen/logrus) log report to the backend. * Support [Zap](https://github.com/uber-go/zap) log report to the backend. +* Support [Native Mutex](https://pkg.go.dev/sync) lock client framework. Review Comment: I mean, how to measure a lock performance? Usually, if lock pending time is long(lock method is blocked), it mean too many competition or not enough resources pooled. -- 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]
