---
title: Send Metrics from OpenTelemetry to Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: >-
  Docs > OpenTelemetry in Datadog > Reference > Send Metrics from OpenTelemetry
  to Datadog
---

# Send Metrics from OpenTelemetry to Datadog

## Overview{% #overview %}

[OpenTelemetry](https://opentelemetry.io/) is an open source observability framework that provides IT teams with standardized protocols and tools for collecting and routing telemetry data. Created as an incubator project by the [Cloud Native Computing Foundation](https://www.cncf.io/) (CNCF), OpenTelemetry provides a consistent format for instrumenting, generating, gathering, and exporting application telemetry data—namely metrics, logs, and traces—to monitoring platforms for analysis and insight.

## Setup{% #setup %}

To send OpenTelemetry metrics to Datadog, you have three main options:

- [OpenTelemetry Collector](https://docs.datadoghq.com/opentelemetry/setup/collector_exporter.md)
- [Datadog Agent](https://docs.datadoghq.com/opentelemetry/setup/agent.md)
- [Direct OTLP Ingest](https://docs.datadoghq.com/opentelemetry/setup/agentless.md)

For more information about which setup is right for you, see [Send OpenTelemetry Data to Datadog](https://docs.datadoghq.com/opentelemetry/setup.md).

## Query across Datadog and OpenTelemetry metrics{% #query-across-datadog-and-opentelemetry-metrics %}

Because OTel and Datadog metrics often use different naming conventions and semantic definitions, creating a unified view of your infrastructure in these environments can be challenging.

Datadog helps you bridge this gap by enabling you to:

- Query OTel and Datadog metrics together.
- Understand how OTel and Datadog metrics map to each other.

For more information, read [Query Across Datadog and OpenTelemetry Metrics](https://docs.datadoghq.com/metrics/open_telemetry/query_metrics.md)

## Out-of-the-box dashboards{% #out-of-the-box-dashboards %}

Datadog provides out-of-the-box dashboards that you can copy and customize. To use Datadog's out-of-the-box OpenTelemetry dashboards, go to **Dashboards** > **Dashboards list** and search for `opentelemetry`:

{% image
   source="https://docs.dd-static.net/images/metrics/otel/dashboard.161680b5f01d3820e6be7d599bd15b7d.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/metrics/otel/dashboard.161680b5f01d3820e6be7d599bd15b7d.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="The Dashboards list, showing two OpenTelemetry out-of-the-box dashboards: Host Metrics and Collector Metrics." /%}

The **Host Metrics** dashboard is for data collected from the [host metrics receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/hostmetricsreceiver). The **Collector Metrics** dashboard is for any other types of metrics collected, depending on which [metrics receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver) you choose to enable.

## Further reading{% #further-reading %}

- [Learn more about OpenTelemetry](https://docs.datadoghq.com/opentelemetry.md)
- [Send metrics and traces from OpenTelemetry Collector to Datadog via Datadog Exporter](https://www.datadoghq.com/blog/ingest-opentelemetry-traces-metrics-with-datadog-exporter/)
