This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-nginx-lua.git
commit 897332581cbd2a6842bec9eb436093d0bfe0318c Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Tue Jan 12 11:29:05 2021 +0800 Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91cfd17..7edf1da 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ http { -- Instance means the number of Nginx deployment, does not mean the worker instances metadata_buffer:set('serviceInstanceName', 'User Service Instance Name') -- type 'boolean', mark the entrySpan include host/domain - metadata_buffer:set('includeHostInEntrySpan', 'Whether the endpoint name include host/domain') + metadata_buffer:set('includeHostInEntrySpan', false) -- set random seed require("skywalking.util").set_randomseed()
