mirror of https://github.com/dapr/docs.git
expand yaml context
Signed-off-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com>
This commit is contained in:
parent
7f5257c122
commit
fc42b445cd
|
@ -16,9 +16,14 @@ Using the OpenTelemetry Collector Datadog exporter, you can configure Dapr to cr
|
|||
|
||||
1. Add your Datadog API key to the `./deploy/opentelemetry-collector-generic-datadog.yaml` file in the `datadog` exporter configuration section:
|
||||
```yaml
|
||||
datadog:
|
||||
api:
|
||||
key: <YOUR_API_KEY>
|
||||
data:
|
||||
otel-collector-config:
|
||||
...
|
||||
exporters:
|
||||
...
|
||||
datadog:
|
||||
api:
|
||||
key: <YOUR_API_KEY>
|
||||
```
|
||||
|
||||
1. Apply the `opentelemetry-collector` configuration by running the following command.
|
||||
|
|
Loading…
Reference in New Issue