mirror of https://github.com/dapr/quickstarts.git
Addiitonal chnages to address PR review
This commit is contained in:
parent
9698a519f6
commit
468a0043fa
|
@ -75,7 +75,7 @@ Now deploy the distributed calculator application to your cluster following the
|
|||
|
||||
> **Note:** If the distributed calculator is already running on your cluster you will need to restart it for the tracing enablement to take effect. You can do so by running:
|
||||
|
||||
> `kubectl rollout restart deployment/addapp deployment/calculator-front-end deployment/divideapp deployment/multiplyapp deployment/subtractapp`
|
||||
> `kubectl rollout restart deployment addapp calculator-front-end divideapp multiplyapp subtractapp`
|
||||
|
||||
## Discover and troubleshoot a performance issue using Zipkin
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@ Dapr is currently under community development with preview releases. The master
|
|||
| [5. Bindings](./5.bindings) | Demonstrates how we use Dapr to create input and output bindings to other components. Uses bindings to Kafka. |
|
||||
| [6. Functions-and-keda](./6.functions-and-keda) | Demonstrates use of Dapr pub/sub from Azure Functions, as well as composition with KEDA. |
|
||||
| [7. Middleware](./7.middleware) | Demonstrates use of Dapr middleware to enable OAuth 2.0 authorization. |
|
||||
| [8. Observability](./8.observability) | Demonstrates Dapr tracing capabilities. Uses Zipkin as a tracing component. |
|
||||
|
||||
## SDKs
|
||||
|
||||
|
|
Loading…
Reference in New Issue