# C++

> <img width="35" class="img-initial otel-icon" src="/img/logos/32x32/C++_SDK.svg" alt="C++"> A language-specific implementation of OpenTelemetry in C++.

---

LLMS index: [llms.txt](/llms.txt)

---

Welcome to the OpenTelemetry C++ documentation. This section introduces
how to use OpenTelemetry with C++ to generate and collect telemetry data
such as metrics, logs, and traces using the OpenTelemetry API and SDKs.

These pages are intended to help you get started and understand the current
capabilities and status of OpenTelemetry C++.

## Status and Releases

The current status of the major functional components for OpenTelemetry
C++ is as follows:

| Traces              | Metrics              | Logs              |
| ------------------- | -------------------- | ----------------- |
| [Stable](/docs/specs/otel/versioning-and-stability/#stable) | [Stable](/docs/specs/otel/versioning-and-stability/#stable) | [Stable](/docs/specs/otel/versioning-and-stability/#stable) |

For releases, including the [latest release][], see [Releases][]. 

[latest release]:
  <https://github.com/open-telemetry/opentelemetry-cpp/releases/latest>
[Releases]:
  <https://github.com/open-telemetry/opentelemetry-cpp/releases>


## Repositories

- Main: [opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp)
- Contrib:
  [opentelemetry-cpp-contrib](https://github.com/open-telemetry/opentelemetry-cpp-contrib)

---

Section pages:

- [Primeros Pasos con Ejemplos](/es/docs/languages/cpp/getting-started/): ¡Obtén datos de telemetría para tu aplicación en menos de 5 minutos!
- [Instrumentation](/es/docs/languages/cpp/instrumentation/): Instrumentation for OpenTelemetry C++
- [Using instrumentation libraries](/es/docs/languages/cpp/library/)
- [Exporters](/es/docs/languages/cpp/exporters/)
- [API reference](/es/docs/languages/cpp/api/)
- [Examples](/es/docs/languages/cpp/examples/)
- [Registry](/es/docs/languages/cpp/registry/): Instrumentation libraries, exporters and other useful components for OpenTelemetry C++
