Skip to content

Commit b42efad

Browse files
committed
attempt link
1 parent 6a924c3 commit b42efad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

content/en/infrastructure/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To access Agent configurations, use the **Open Host** dropdown button in the top
9696

9797
When the [Datadog Extension][14] is configured with your OpenTelemetry Collector, you can view collector configuration and build information directly in the infrastructure list host detail panel. The Datadog Extension provides visibility into your collector fleet from within the Datadog UI, making it easier to manage and debug your OpenTelemetry Collector deployments.
9898

99-
<div class="alert alert-info">The <a href="/opentelemetry/integrations/datadog_extension/">Datadog Extension</a> must be enabled and configured in your OpenTelemetry Collector. This component is only available in OpenTelemetry Collector Contrib version 0.129.0 or greater.</div>
99+
<div class="alert alert-info">The <a href="/opentelemetry/integrations/datadog_extension/">Datadog Extension</a> must be enabled and configured in your OpenTelemetry Collector. This component is only available in OpenTelemetry Collector Contrib or custom-built collector versions 0.129.0 or greater.</div>
100100

101101
<div class="alert alert-warning"><strong>Hostname Matching:</strong> If your telemetry contains <a href="https://docs.datadoghq.com/opentelemetry/config/hostname_tagging/?tab=host">host attributes</a> and you have manually set the extension hostname, ensure they match. The Datadog Extension does not have access to pipeline telemetry and cannot infer hostnames from incoming spans—it only obtains hostnames from system/cloud provider APIs or manual configuration. If telemetry has different hostname attributes than extension, the telemetry will not be correlated to the host and you may see duplicate hosts in the infrastructure list.</div>
102102

content/en/opentelemetry/integrations/datadog_extension.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ This endpoint provides:
163163
## Important Notes
164164

165165
<div class="alert alert-warning">
166-
<strong>Hostname Matching</strong>: If you specify a custom <code>hostname</code> in the Datadog Extension, it must match the <code>hostname</code> value in the Datadog Exporter configuration. If left unset in both components, the auto-detected hostname will match correctly. It should also match any [hostname telemetry resource attributes][2] on telemetry received by the Exporter to ensure full correlation throughout the Datadog application.
166+
<strong>Hostname Matching</strong>: If you specify a custom <code>hostname</code> in the Datadog Extension, it must match the <code>hostname</code> value in the Datadog Exporter configuration. If left unset in both components, the auto-detected hostname will match correctly. It should also match any <a href="/opentelemetry/config/hostname_tagging/?tab=host">hostname telemetry resource attributes</a> on telemetry received by the Exporter to ensure full correlation throughout the Datadog application.
167167
</div>
168168

169169
<div class="alert alert-info">
@@ -190,4 +190,3 @@ The Datadog Extension is in Preview and functionality may change as Datadog infr
190190
{{< partial name="whats-next/whats-next.html" >}}
191191

192192
[1]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/datadogexporter
193-
[2]: /opentelemetry/config/hostname_tagging/

0 commit comments

Comments
 (0)