mirror of https://github.com/dapr/docs.git
Update zipkin config for local mode
This commit is contained in:
parent
c63784fc8d
commit
c17ea3e84f
|
@ -99,7 +99,7 @@ spec:
|
|||
- name: enabled
|
||||
value: "true"
|
||||
- name: exporterAddress
|
||||
value: "http://zipkin.default.svc.cluster.local:9411/api/v2/spans"
|
||||
value: "http://localhost:9411/api/v2/spans"
|
||||
```
|
||||
|
||||
* tracing.yaml
|
||||
|
|
Loading…
Reference in New Issue