You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/04/09 09:32:54 UTC

[skywalking-nginx-lua] branch master updated: fix wrong component id comment (#31)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nginx-lua.git


The following commit(s) were added to refs/heads/master by this push:
     new 926fcfe  fix wrong component id comment (#31)
926fcfe is described below

commit 926fcfe894c4aa3f5b85d25acc5bfbf934c7329a
Author: mrproliu <74...@qq.com>
AuthorDate: Thu Apr 9 17:32:44 2020 +0800

    fix wrong component id comment (#31)
    
    Co-authored-by: Mrproliu <mr...@lagou.com>
---
 lib/skywalking/tracer.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/skywalking/tracer.lua b/lib/skywalking/tracer.lua
index 13c6571..83a0003 100644
--- a/lib/skywalking/tracer.lua
+++ b/lib/skywalking/tracer.lua
@@ -29,7 +29,7 @@ function Tracer:start(upstream_name)
     tracingContext = TC.new(serviceName, serviceInstanceName)
 
     -- Constant pre-defined in SkyWalking main repo
-    -- 84 represents Nginx
+    -- 6000 represents Nginx
     local nginxComponentId = 6000
 
     local contextCarrier = {}