expand yaml context

Signed-off-by: Kari Halsted <12926135+kayayarai@users.noreply.github.com>
This commit is contained in:
Kari Halsted 2023-03-14 10:50:00 -06:00 committed by GitHub
parent 7f5257c122
commit fc42b445cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

@ -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: 1. Add your Datadog API key to the `./deploy/opentelemetry-collector-generic-datadog.yaml` file in the `datadog` exporter configuration section:
```yaml ```yaml
datadog: data:
api: otel-collector-config:
key: <YOUR_API_KEY> ...
exporters:
...
datadog:
api:
key: <YOUR_API_KEY>
``` ```
1. Apply the `opentelemetry-collector` configuration by running the following command. 1. Apply the `opentelemetry-collector` configuration by running the following command.