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

---

OpenTelemetry C++ のドキュメントへようこそ。
このセクションでは、OpenTelemetry の API と SDK を使い、C++ でメトリクス、ログ、トレースなどのテレメトリーデータを生成・収集する方法を紹介します。

これらのページは、OpenTelemetry C++ の利用を開始し、現在の機能とステータスを理解するための手助けとなるように作られています。

## ステータスとリリース {#status-and-releases}

OpenTelemetry C++の主要な機能コンポーネントの現在のステータスは以下の通りです。

| トレース            | メトリクス           | ログ              |
| ------------------- | -------------------- | ----------------- |
| [Stable](/docs/specs/otel/versioning-and-stability/#stable) | [Stable](/docs/specs/otel/versioning-and-stability/#stable) | [Stable](/docs/specs/otel/versioning-and-stability/#stable) |

[最新のリリース][latest release]を含むリリース情報については、[リリース][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:

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