mirror of https://github.com/dapr/docs.git
Tab -> spaces
This commit is contained in:
parent
f3d5fe2ccd
commit
8b74120e5e
|
@ -25,7 +25,7 @@ spec:
|
||||||
tracing:
|
tracing:
|
||||||
samplingRate: "1"
|
samplingRate: "1"
|
||||||
zipkin:
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue