Skip to content

Commit e873c27

Browse files
songy23mwdd146980
authored andcommitted
[OTAGENT-733] Update otelcol converter README (#44313)
### What does this PR do? Update otelcol converter README to include the datadog extension ### Motivation The functionality to configure datadog extension was added some time ago but readme was not updated. ### Describe how you validated your changes N/A ### Additional Notes Co-authored-by: yang.song <yang.song@datadoghq.com>
1 parent eacdbfc commit e873c27

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

comp/otelcol/converter/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ The converter supports selective enabling and disabling of features through the
1717
- **`pprof`**: Adds the pprof extension for profiling capabilities
1818
- **`zpages`**: Adds the zpages extension for debugging information
1919
- **`health_check`**: Adds the health check extension for health monitoring
20-
- **`ddflare`**: Adds the Datadog flare extension for diagnostic information
20+
- **`ddflare`**: Adds the Datadog flare extension for diagnostic information, it should not be used together with `datadog`
21+
- **`datadog`**: Adds the OSS Datadog extension to send Fleet Automation data, it should not be used together with `ddflare`
2122

2223
### Configuration Examples
2324

@@ -49,7 +50,7 @@ export DD_OTELCOLLECTOR_CONVERTER_FEATURES="infraattributes,prometheus,pprof"
4950

5051
### Extensions
5152

52-
The converter looks for the `pprof`, `health_check`, `zpages` and `datadog` extensions. If these are already defined in the service pipeline, it makes no changes. If any of these extensions are not defined, it will add the extensions config (name: `<extension_name>/dd-autoconfigured`) and add the component in the services extension pipeline.
53+
The converter looks for the `pprof`, `health_check`, `zpages`, `ddflare` and `datadog` extensions. If these are already defined in the service pipeline, it makes no changes. If any of these extensions are not defined, it will add the extensions config (name: `<extension_name>/dd-autoconfigured`) and add the component in the services extension pipeline.
5354

5455
### Infra Attributes Processor
5556

@@ -77,7 +78,8 @@ Please refer to the following example in order to manually set the `pprof`, `hea
7778
- [pprof](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/extension/pprofextension/README.md): Enables collecting collector profiles at a defined endpoint.
7879
- [health_check](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/healthcheckextension/README.md): Enables an HTTP url that can be probed to check the status of the OpenTelemetry Collector.
7980
- [zpages](https://github.com/open-telemetry/opentelemetry-collector/blob/main/extension/zpagesextension/README.md): Enables an extension that serves zPages, an HTTP endpoint that provides live data for debugging different components
80-
- [datadog](../extension/README.md): Enables otel-agent information to be collected in the datadog-agent flare.
81+
- [ddflare](../extension/README.md): Enables otel-agent information to be collected in the datadog-agent flare.
82+
- [datadog](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/datadogextension): Enables collector configuration and build info to be viewed in both Datadog Infrastructure Monitoring and Fleet Automation.
8183

8284
### Prometheus Receiver
8385

0 commit comments

Comments
 (0)