---
title: Getting Started with OpenTelemetry at Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: >-
  Docs > OpenTelemetry in Datadog > Getting Started with OpenTelemetry at
  Datadog
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Getting Started with OpenTelemetry at Datadog

{% callout %}
##### Try "Understanding OpenTelemetry" in the Learning Center

Learn the fundamentals of OpenTelemetry, including its capabilities and benefits, key components, and how OTel and Datadog work together.

[ENROLL NOW](https://learn.datadoghq.com/courses/understanding-opentelemetry)
{% /callout %}

## Overview{% #overview %}

OpenTelemetry is an open source framework that provides standardized tools for collecting observability data from your applications. Datadog fully supports OpenTelemetry, allowing you to send your metrics, traces, and logs for powerful analysis and monitoring.

For a new OpenTelemetry Collector configuration, start with the recommended OTLP HTTP exporter and `span_metrics` connector setup. The additional tutorials use the Datadog Exporter and Datadog Connector to demonstrate OpenTelemetry concepts and sample applications.

## Getting started tutorials{% #getting-started-tutorials %}



- [
  ### Set up the OpenTelemetry Collector
Configure the OpenTelemetry Collector to send telemetry to Datadog with the recommended OTLP HTTP exporter and`span_metrics`connector setup.](https://docs.datadoghq.com/opentelemetry/setup/collector_exporter.md)
- [
  ### Explore a Datadog Exporter example
Follow a step-by-step tutorial using a Datadog-provided Java application and the Datadog Exporter.](https://docs.datadoghq.com/opentelemetry/getting_started/datadog_example.md)
- [
  ### Set up the Official OpenTelemetry Demo
Deploy the community-maintained microservices demo application. This is a more comprehensive example that showcases a realistic, multi-service environment with traces, metrics, and logs.](https://docs.datadoghq.com/opentelemetry/getting_started/otel_demo_to_datadog.md)
 
## Further reading{% #further-reading %}

Additional helpful documentation, links, and articles:

- [Instrument Your Applications](https://docs.datadoghq.com/opentelemetry/instrument.md)
- [Send Data to Datadog](https://docs.datadoghq.com/opentelemetry/setup.md)
- [OpenTelemetry Guides](https://docs.datadoghq.com/opentelemetry/guide.md)
- [Use OpenTelemetry-native observability with Datadog from ingestion to investigation](https://www.datadoghq.com/blog/native-otel-with-datadog/)
