mirror of https://github.com/dapr/docs.git
Merge branch 'v1.3' into ds-ha
This commit is contained in:
commit
93aacf8f17
|
|
@ -21,7 +21,7 @@ To enable profiling in Standalone mode, pass the `--enable-profiling` and the `-
|
||||||
Note that `profile-port` is not required, and if not provided Dapr will pick an available port.
|
Note that `profile-port` is not required, and if not provided Dapr will pick an available port.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dapr run --enable-profiling true --profile-port 7777 python myapp.py
|
dapr run --enable-profiling --profile-port 7777 python myapp.py
|
||||||
```
|
```
|
||||||
|
|
||||||
### Kubernetes
|
### Kubernetes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue