You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/partners/datadog.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ On each OpenTelemetry-instrumented application, set the resource attributes `dev
53
53
54
54
## Configuring the pipeline
55
55
56
-
Finally, add a `datadog` exporter pipeline to your `otel-collector-configuration.yml` file. This shows a `traces` pipeline:
56
+
Finally, add a `datadog` exporter pipeline to your `otel-collector-configuration.yml` file. This shows a `traces` pipeline. Also, refer to [Setting up the OpenTelemetry Collector with the Datadog Exporter](https://docs.datadoghq.com/opentelemetry/otel_collector_datadog_exporter/?tab=onahost#setting-up-the-opentelemetry-collector-with-the-datadog-exporter) .
From the top-right corner, click the **Create new parameter** button. Create a new parameter with the following
62
-
information. The parameter name should be the same as we used in the environment variable of our task-definition.
61
+
From the top-right corner, click the **Create new parameter** button. Create a new parameter with the following
62
+
information. The parameter name should be the same as we used in the environment variable of our task-definition.
63
63
64
64
-**Name:** otel-collector-config
65
65
-**Tier:** Standard
66
66
-**Type:** String
67
67
-**Data type:** Text
68
68
-**Value:** Copy and paste your custom OpenTelemetry configuration file.
69
69
70
+
**NOTE** The collector configuration should not be used to store credentials in plain text. Instead, replacement instructions such as ${env:API_KEY}
71
+
should be used to load values from an environment variable. These values can be populated either through a secrets manager (or) SSM parameter store on ECS (or) through Kubernetes secrets on EKS
0 commit comments