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 2020/09/23 06:11:13 UTC

[GitHub] [skywalking] wu-sheng commented on a change in pull request #5543: Fixed some bugs with browser-recevier

wu-sheng commented on a change in pull request #5543:
URL: https://github.com/apache/skywalking/pull/5543#discussion_r493220084



##########
File path: oap-server/server-bootstrap/src/main/resources/application.yml
##########
@@ -284,6 +284,8 @@ receiver_jaeger:
 receiver-browser:
   selector: ${SW_RECEIVER_BROWSER:default}
   default:
+    # The sample rate precision is 1/10000. 10000 means 100% sample in default.
+    sampleRate: ${SW_RECEIVER_BROWSER_SAMPLE_RATE:10000}

Review comment:
       Seems you missed the update on `configuration-vocabulary.md` too.




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

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