Tab -> spaces

This commit is contained in:
Nghia Tran 2020-12-17 12:20:16 -08:00
parent f3d5fe2ccd
commit 8b74120e5e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ spec:
tracing:
samplingRate: "1"
zipkin:
endpointAddress: "http://localhost:9411/api/v2/spans"
endpointAddress: "http://localhost:9411/api/v2/spans"
```
2. The [openzipkin/zipkin](https://hub.docker.com/r/openzipkin/zipkin/) docker container is launched on running `dapr init` or it can be launched with the following code.