diff --git a/content/en/opentelemetry/mapping/metrics_mapping.md b/content/en/opentelemetry/mapping/metrics_mapping.md
index 2861430c56db3..7f0f8d5b0c3f7 100644
--- a/content/en/opentelemetry/mapping/metrics_mapping.md
+++ b/content/en/opentelemetry/mapping/metrics_mapping.md
@@ -15,23 +15,21 @@ disable_sidebar: true
## Overview
-Datadog products and visualizations are built on metrics and tags that adhere to specific naming patterns. Metrics from OpenTelemetry components that are sent to Datadog are mapped to corresponding Datadog metrics, as applicable. The creation of these additional metrics does not affect Datadog billing.
-
-The following diagram shows the process of mapping the metrics from OpenTelemetry into metrics that Datadog uses:
-
-{{< img src="opentelemetry/guide/metrics_mapping/otel-mapping-metrics.png" alt="The decision process for mapping OpenTelemetry metric names to Datadog metric names. If an OTel metric is not used by any Datadog product, or if its semantics are the same as Datadog's, it is sent as-is to Datadog. Otherwise, a Datadog-style metric is created from the OTel metric and sent to Datadog." style="width:100%;" >}}
+Datadog products and visualizations are built on metrics and tags that follow specific naming patterns. Therefore, Datadog maps incoming OpenTelemetry metrics to the appropriate Datadog metric format. This mapping process may create additional metrics, but these do not affect Datadog billing.
-## Use of the `otel` prefix
+## How OpenTelemetry metrics appear in Datadog
-To differentiate the metrics captured by the `hostmetrics` receiver from Datadog Agent, we add a prefix, `otel`, for metrics collected by the collector. If a metric name starts with `system.` or `process.`, `otel.` is prepended to the metric name. Monitoring the same infrastructure artifact using both Agent and Collector is not recommended.
+To differentiate metrics from the OpenTelemetry Collector's [hostmetrics][12] receiver and the Datadog Agent, Datadog prepends `otel.` to any received metric that starts with `system.` or `process.`. Datadog does not recommend monitoring the same infrastructure with both the Datadog Agent and the OpenTelemetry Collector
-Datadog is evaluating ways to improve the OTLP metric experience, including potentially deprecating this otel
prefix. If you have feedback related to this, reach out your account team to provide your input.
+Datadog is evaluating ways to improve the OTLP metric experience, including potentially deprecating this otel
prefix.
## Metrics mappings
-Metrics mappings between Datadog and OpenTelemetry are defined on [OTel integration][11] pages. Select the integration you are using for more information.
+The following table shows the metric mappings for various integrations. Use the search and filter controls to find the mappings for a specific integration.
+
+For more information, see [OpenTelemetetry integrations][11].
{{< multifilter-search resource="_data/semantic-core/unified_semantic_core.json">}}
@@ -50,4 +48,5 @@ Metrics mappings between Datadog and OpenTelemetry are defined on [OTel integrat
[9]: /opentelemetry/otel_collector_datadog_exporter/?tab=onahost#containers-overview-dashboard
[10]: /tracing/trace_explorer/trace_view/
[11]: /opentelemetry/integrations/
+[12]: /opentelemetry/integrations/host_metrics/
diff --git a/static/images/opentelemetry/guide/metrics_mapping/otel-mapping-metrics-2.png b/static/images/opentelemetry/guide/metrics_mapping/otel-mapping-metrics-2.png
new file mode 100644
index 0000000000000..afb208ec57dd8
Binary files /dev/null and b/static/images/opentelemetry/guide/metrics_mapping/otel-mapping-metrics-2.png differ