mrproliu commented on code in PR #81:
URL: https://github.com/apache/skywalking-go/pull/81#discussion_r1270196388


##########
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:
   Yes, I think the lock time is the main metric for measuring a lock 
performance. We can intercept the lock begin time and finish time. 
   Also, If it's using `TryLock` we can measure the failure lock count. 



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

Reply via email to