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


The following commit(s) were added to refs/heads/wu-sheng-patch-1 by this push:
     new 970890e  Update nginx.conf
970890e is described below

commit 970890e9f2c16f57120c4c87f3f9a46a901c168f
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Tue Jan 12 11:29:55 2021 +0800

    Update nginx.conf
---
 examples/nginx.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/nginx.conf b/examples/nginx.conf
index 9e4b495..c3a7d41 100644
--- a/examples/nginx.conf
+++ b/examples/nginx.conf
@@ -37,7 +37,8 @@ http {
         metadata_buffer:set('serviceName', 'User Service Name')
         -- Instance means the number of Nginx deloyment, does not mean the 
worker instances
         metadata_buffer:set('serviceInstanceName', 'User Service Instance 
Name')
-        metadata_buffer:set('includeHostInEntrySpan', 'Whether the endpoint 
name include HOST/domain')
+        -- type 'boolean', mark the entrySpan include host/domain
+        metadata_buffer:set('includeHostInEntrySpan', false)
 
         require("skywalking.util").set_randomseed()
         require("skywalking.client"):startBackendTimer("http://127.0.0.1:8080";)

Reply via email to