mirror of https://github.com/dapr/docs.git
Merge pull request #383 from dapr/Haishi2016-patch-1
Update zipkin config for local mode
This commit is contained in:
commit
d908fedc5f
|
@ -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