Merge branch 'main' into go-plugin

This commit is contained in:
debugtalk
2022-01-19 14:52:48 +08:00
2 changed files with 9 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ func (s *requestStats) logTransaction(name string, success bool, responseTime in
s.transactionPassed++
} else {
s.transactionFailed++
s.get(name, "transaction").logError("")
}
s.get(name, "transaction").log(responseTime, contentLength)
}