From b0989706d425f3ac8e33d1a0f1cd3f832fa36758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B0=E4=BA=AE?= Date: Mon, 23 Sep 2019 12:26:53 +0800 Subject: [PATCH] Update README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff168cb2..1678439f 100644 --- a/README.md +++ b/README.md @@ -66,15 +66,21 @@ go run main.go |-----------------------------------| ``` -#### Test demo +#### HTTP Demo ``` curl -X POST http://127.0.0.1:9999/product ``` +#### Jaeger 链路追踪 Demo + +http://127.0.0.1:9999/jaeger_test + ## Documents -- [中文文档](https://github.com/xinliangnote/Go/tree/master/03-go-gin-api%20%5B文档%5D/) +- [帮助文档](https://github.com/xinliangnote/Go/tree/master/03-go-gin-api%20%5B文档%5D/) + +- [Jaeger 链路追踪 Service 端](https://github.com/xinliangnote/go-jaeger-demo) ## Learning together