Skip to content

Commit 7dff21c

Browse files
authored
Update file name following otel change (#31769)
1 parent 6176516 commit 7dff21c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/opentelemetry/getting_started/otel_demo_to_datadog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Complete the following steps to configure these three components.
9595
- DD_API_KEY=<Your API Key>
9696
```
9797
98-
3. To configure the OpenTelemetry Collector, open `src/otelcollector/otelcol-config-extras.yml` and add the following to the file:
98+
3. To configure the OpenTelemetry Collector, open `src/otel-collector/otelcol-config-extras.yml` and add the following to the file:
9999

100100
```yaml
101101
extensions:
@@ -146,8 +146,8 @@ Complete the following steps to configure these three components.
146146

147147
By default, the collector in the demo application merges the configuration from two files:
148148

149-
- `src/otelcollector/otelcol-config.yml`: contains the default configuration for the collector.
150-
- `src/otelcollector/otelcol-config-extras.yml`: used to add extra configuration to the collector.
149+
- `src/otel-collector/otelcol-config.yml`: contains the default configuration for the collector.
150+
- `src/otel-collector/otelcol-config-extras.yml`: used to add extra configuration to the collector.
151151

152152
<div class="alert alert-info">
153153
When merging YAML values, objects are merged and arrays are replaced.

0 commit comments

Comments
 (0)