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:
[email protected]


Reply via email to