# 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>
{{__hugo_ctx/}}


## 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:

- [Getting Started](/fr/docs/languages/cpp/getting-started/): Get telemetry for your app in less than 5 minutes!
- [Instrumentation](/fr/docs/languages/cpp/instrumentation/): Instrumentation for OpenTelemetry C++
- [Using instrumentation libraries](/fr/docs/languages/cpp/library/)
- [Exporters](/fr/docs/languages/cpp/exporters/)
- [API reference](/fr/docs/languages/cpp/api/)
- [Examples](/fr/docs/languages/cpp/examples/)
- [Registry](/fr/docs/languages/cpp/registry/): Instrumentation libraries, exporters and other useful components for OpenTelemetry C++
