mirror of https://github.com/dapr/docs.git
Fix profiling flag example (#1675)
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
This commit is contained in:
parent
4f3b5a502d
commit
20c2de3736
|
|
@ -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