mirror of https://github.com/dapr/docs.git
commit
dd2e064229
|
@ -1,6 +1,6 @@
|
||||||
# Dapr documentation
|
# Dapr documentation
|
||||||
|
|
||||||
[](https://github.com/dapr/docs/blob/v1.13/LICENSE) [](https://github.com/dapr/docs/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) [](http://bit.ly/dapr-discord) [](https://youtube.com/@daprdev) [](https://twitter.com/daprdev)
|
[](https://github.com/dapr/docs/blob/v1.13/LICENSE) [](https://github.com/dapr/docs/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) [](https://bit.ly/dapr-discord) [](https://youtube.com/@daprdev) [](https://twitter.com/daprdev)
|
||||||
|
|
||||||
If you are looking to explore the Dapr documentation, please go to the documentation website:
|
If you are looking to explore the Dapr documentation, please go to the documentation website:
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ For more information visit the [Dapr branch structure](https://docs.dapr.io/cont
|
||||||
|
|
||||||
## Contribution guidelines
|
## Contribution guidelines
|
||||||
|
|
||||||
Before making your first contribution, make sure to review the [contributing section](http://docs.dapr.io/contributing/) in the docs.
|
Before making your first contribution, make sure to review the [contributing section](https://docs.dapr.io/contributing/) in the docs.
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
|
|
@ -7,4 +7,4 @@ spec:
|
||||||
tracing:
|
tracing:
|
||||||
samplingRate: "1"
|
samplingRate: "1"
|
||||||
zipkin:
|
zipkin:
|
||||||
endpointAddress: "http://otel-collector.default.svc.cluster.local:9411/api/v2/spans"
|
endpointAddress: "https://otel-collector.default.svc.cluster.local:9411/api/v2/spans"
|
||||||
|
|
Loading…
Reference in New Issue