Skip to content

Commit c45dd1b

Browse files
committed
add Maintainer
1 parent 5a34302 commit c45dd1b

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ httpMethod <br>
5050
dbUser <br>
5151
messageBusDestination <br>
5252

53-
## Quick Start
53+
# Quick Start
5454

5555
### Start Jaeger
5656

@@ -138,16 +138,16 @@ newRpcServiceReq(tracer)
138138
**ptx** is parent context, it can create sub-context trace span <br>
139139
To call gRPC on the http server side, you need to add the parent context to the gRPC client. For details, you can see the [example](example/http/httpServer.go) .
140140

141-
## Concurrent Processing
142-
### goroutine context control
141+
# Concurrent Processing
142+
## goroutine context control
143143

144144
- By context.Background() create sub-coroutine context, form a session tree (coroutine tree), which is thread-safe (there is no data race problem) ;
145145
- By context WithCancel() create sub-coroutine sessions and manage coroutine tasks ;
146146
- every context will carry related data of parent trace and child span ;
147147

148-
![goroutine session](wiki/imgs/goroutine.png)
148+
<img src="wiki/imgs/goroutine.png" width="80%" alt="goroutine session">
149149

150-
### Trace Job Control
150+
## Trace Job Control
151151
start and end trace job
152152

153153
```go
@@ -171,6 +171,11 @@ for {
171171
}
172172
```
173173

174+
# Jaeger or Zipkin Tracing
175+
<img src="wiki/imgs/zipkin.jpg" width="80%" alt="tracing">
176+
177+
# Maintainer
178+
<img src="wiki/imgs/wx.jpeg" width="350" >
174179

175180

176181

wiki/imgs/wx.jpeg

42.2 KB
Loading

wiki/imgs/zipkin.jpg

290 KB
Loading

0 commit comments

Comments
 (0)