File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -748,7 +748,8 @@ First let's activate the [trace](../modules/fxtrace.md#configuration) module exp
748748``` yaml title="configs/config.yaml"
749749modules :
750750 trace :
751- processor : stdout
751+ processor :
752+ type : stdout
752753` ` `
753754
754755Let's then add trace spans from our ` ListGophersHandler` with `trace.CtxTracerProvider()`:
Original file line number Diff line number Diff line change @@ -485,7 +485,8 @@ First let's activate the [trace](../modules/fxtrace.md#configuration) module exp
485485` ` ` yaml title="configs/config.yaml"
486486modules:
487487 trace:
488- processor: stdout
488+ processor:
489+ type: stdout
489490` ` `
490491
491492Let's then add trace spans to our `SubscribeWorker` with `trace.CtxTracerProvider()` :
You can’t perform that action at this time.
0 commit comments