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/03/06 16:58:32 UTC

[skywalking-nginx-lua] branch master updated: Fix README.md (#17)

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 80d675d  Fix README.md (#17)
80d675d is described below

commit 80d675dbe25616e80813086ad29ae8a72c33d5fe
Author: zhang-wei <pk...@outlook.com>
AuthorDate: Sat Mar 7 00:58:26 2020 +0800

    Fix README.md (#17)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3532268..0637301 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ The following APIs are for developers or using this lib out of the Nginx case.
 
 ## Nginx APIs
 - **startTimer**, `require("client"):startBackendTimer("http://127.0.0.1:8080")`. Start the backend timer. This timer register the metadata and report traces to the backend.
-- **start**, `require("tracer"):start()`. Begin the tracing before the upstream begin.
+- **start**, `require("tracer"):start("upstream service")`. Begin the tracing before the upstream begin.
 - **finish**, `require("tracer"):finish()`. Finish the tracing for this HTTP request.
 - **prepareForReport**, `require("tracer"):prepareForReport()`. Prepare the finished segment for further report.