You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/07/26 03:15:22 UTC

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #9385: Fix typo in concepts and designs doc

wu-sheng commented on code in PR #9385:
URL: https://github.com/apache/skywalking/pull/9385#discussion_r929486539


##########
docs/en/concepts-and-designs/lal.md:
##########
@@ -359,7 +359,7 @@ filter {
         sampler {
             // ... sampler configs
         }
-        if (parserd.level == "ERROR" || parsed.userId == "TestingUserId") { // sample error logs or testing users' logs (userId == "TestingUserId") even if the sampling strategy is configured
+        if (parsed.level == "ERROR" || parsed.userId == "TestingUserId") { // sample error logs or testing users' logs (userId == "TestingUserId") even if the sampling strategy is configured

Review Comment:
   @kezhenxu94 PTAL



-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org