Skip to content

Commit db59402

Browse files
authored
doc(main): Fixed tutorials documentation (ankorstore#356)
1 parent 4bc9276 commit db59402

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/tutorials/http-application.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,8 @@ First let's activate the [trace](../modules/fxtrace.md#configuration) module exp
748748
```yaml title="configs/config.yaml"
749749
modules:
750750
trace:
751-
processor: stdout
751+
processor:
752+
type: stdout
752753
```
753754
754755
Let's then add trace spans from our `ListGophersHandler` with `trace.CtxTracerProvider()`:

docs/tutorials/worker-application.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,8 @@ First let's activate the [trace](../modules/fxtrace.md#configuration) module exp
485485
```yaml title="configs/config.yaml"
486486
modules:
487487
trace:
488-
processor: stdout
488+
processor:
489+
type: stdout
489490
```
490491

491492
Let's then add trace spans to our `SubscribeWorker` with `trace.CtxTracerProvider()`:

0 commit comments

Comments
 (0)