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,6 +16,11 @@ 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:
|
1. Add your Datadog API key to the `./deploy/opentelemetry-collector-generic-datadog.yaml` file in the `datadog` exporter configuration section:
|
||||||
```yaml
|
```yaml
|
||||||
|
data:
|
||||||
|
otel-collector-config:
|
||||||
|
...
|
||||||
|
exporters:
|
||||||
|
...
|
||||||
datadog:
|
datadog:
|
||||||
api:
|
api:
|
||||||
key: <YOUR_API_KEY>
|
key: <YOUR_API_KEY>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue