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
|
- name: enabled
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: exporterAddress
|
- name: exporterAddress
|
||||||
value: "http://zipkin.default.svc.cluster.local:9411/api/v2/spans"
|
value: "http://localhost:9411/api/v2/spans"
|
||||||
```
|
```
|
||||||
|
|
||||||
* tracing.yaml
|
* tracing.yaml
|
||||||
|
|
Loading…
Reference in New Issue