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

---


これはOpenTelemetryC++のドキュメントです。
OpenTelemetryはオブザーバビリティのためのフレームワークであり、メトリクス、ログ、トレースといったアプリケーションのテレメトリーデータの生成および収集を支援するように設計された API、SDK、およびツール群で構成されています。
このドキュメントは、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>
{{__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](/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++
