mirror of https://github.com/dapr/docs.git
Merge branch 'v1.6' into docs-for-OCI-ObjectStorage-State
This commit is contained in:
commit
78aac7c5c9
|
@ -90,7 +90,7 @@ spec:
|
||||||
Run the sidecar and the Go server:
|
Run the sidecar and the Go server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dapr run --app-id server --app-protocol grpc --app-port 50051 --config config.yaml -- go run main.go
|
dapr run --app-id server --app-port 50051 --config config.yaml -- go run main.go
|
||||||
```
|
```
|
||||||
|
|
||||||
Using the Dapr CLI, we're assigning a unique id to the app, `server`, using the `--app-id` flag.
|
Using the Dapr CLI, we're assigning a unique id to the app, `server`, using the `--app-id` flag.
|
||||||
|
|
|
@ -71,7 +71,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: otel-collector
|
- name: otel-collector
|
||||||
image: otel/opentelemetry-collector-contrib-dev:latest
|
image: otel/opentelemetry-collector-contrib:0.40.0
|
||||||
command:
|
command:
|
||||||
- "/otelcontribcol"
|
- "/otelcontribcol"
|
||||||
- "--config=/conf/otel-collector-config.yaml"
|
- "--config=/conf/otel-collector-config.yaml"
|
||||||
|
|
Loading…
Reference in New Issue