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
### 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>
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.
53
54
54
55
### Infra Attributes Processor
55
56
@@ -77,7 +78,8 @@ Please refer to the following example in order to manually set the `pprof`, `hea
77
78
-[pprof](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/extension/pprofextension/README.md): Enables collecting collector profiles at a defined endpoint.
78
79
-[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.
79
80
-[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.
0 commit comments