Skip to content

Commit 53d0aed

Browse files
songy23MaelNamNam
authored andcommitted
[OTEL-1144] Update collector configs with datadog connector (#20343)
1 parent 2d2c3bc commit 53d0aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/opentelemetry/guide/switch_from_processor_to_connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To switch to using the Datadog Connector, change the following configuration in
4141
processors: [batch]
4242
exporters: [datadog/connector]
4343
traces/2: # This pipeline uses sampling
44-
receivers: [otlp]
44+
receivers: [datadog/connector]
4545
processors: [batch, probabilistic_sampler]
4646
exporters: [datadog]
4747
{{< /highlight >}}
@@ -83,7 +83,7 @@ service:
8383
exporters: [datadog/connector]
8484
8585
traces/2: # This pipeline uses sampling
86-
receivers: [otlp]
86+
receivers: [datadog/connector]
8787
processors: [batch, probabilistic_sampler]
8888
exporters: [datadog]
8989

0 commit comments

Comments
 (0)