Commit bc6cbb0 1 parent 3e59d6b commit bc6cbb0 Copy full SHA for bc6cbb0
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -196,4 +196,4 @@ helper function into its own package so that we can reuse it in the other lesson
196
196
Next lesson: [ Context and Tracing Functions] ( ../lesson02 ) .
197
197
198
198
[ semantic-conventions ] : https://github.com/opentracing/specification/blob/master/semantic_conventions.md
199
- [ google-logging ] : https://www.google.com/search?q=structured-logging
199
+ [ google-logging ] : https://www.google.com/search?q=structured-logging
Original file line number Diff line number Diff line change @@ -200,4 +200,4 @@ The complete program can be found in the [solution](./solution) package.
200
200
201
201
Next lesson: [ Baggage] ( ../lesson04 ) .
202
202
203
- [ semantic-conventions ] : https://github.com/opentracing/specification/blob/master/semantic_conventions.md
203
+ [ semantic-conventions ] : https://github.com/opentracing/specification/blob/master/semantic_conventions.md
Original file line number Diff line number Diff line change @@ -94,4 +94,4 @@ const tracer = initTracer('hello-world');
94
94
95
95
sayHello ( helloTo , greeting ) ;
96
96
97
- setTimeout ( e => { tracer . close ( ) ; } , 12000 ) ;
97
+ setTimeout ( e => { tracer . close ( ) ; } , 12000 ) ;
Original file line number Diff line number Diff line change @@ -82,4 +82,4 @@ const tracer = initTracer('hello-world');
82
82
83
83
sayHello ( helloTo , greeting ) ;
84
84
85
- setTimeout ( e => { tracer . close ( ) ; } , 12000 ) ;
85
+ setTimeout ( e => { tracer . close ( ) ; } , 12000 ) ;
Original file line number Diff line number Diff line change @@ -216,4 +216,4 @@ helper function into its own package so that we can reuse it in the other lesson
216
216
Next lesson: [ Context and Tracing Functions] ( ../lesson02 ) .
217
217
218
218
[ semantic-conventions ] : https://github.com/opentracing/specification/blob/master/semantic_conventions.md
219
- [ google-logging ] : https://www.google.com/search?q=structured-logging
219
+ [ google-logging ] : https://www.google.com/search?q=structured-logging
You can’t perform that action at this time.
0 commit comments