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


##########
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.
   
   acquisition latency: getting lock used time. 
   using duration: the duration between lock and unlock time.
   error count: can't getting lock count(for `TryLock`).
   
   Am I right?



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