wu-sheng commented on code in PR #9575:
URL: https://github.com/apache/skywalking/pull/9575#discussion_r965657487
##########
docs/en/concepts-and-designs/lal.md:
##########
@@ -240,6 +272,69 @@ metrics:
exp: http_response_time.sum(['le', 'service',
'instance']).increase('PT5M').histogram().histogram_percentile([50,70,90,99])
```
+#### SlowSql
+
+SlowSql aims to convert LogData to DatabaseSlowStatement. It extracts data
from `parsed` result and save them as DatabaseSlowStatement. SlowSql will not
abort or edit logs, you can use other LAL for further processing.
+SlowSql will reuse `service`, `layer` and `timestamp` of extractor, so it is
necessary to use `SlowSQL` after setting these.
+We need to set a log tag `"LOG_KIND" = "SLOW_SQL"` so that OAP can distinguish
slow sql logs.
Review Comment:
```suggestion
We require a log tag `"LOG_KIND" = "SLOW_SQL"` to make OAP distinguish slow
SQL logs from other log reports.
```
--
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]