# Go

> <img width="35" class="img-initial otel-icon" src="/img/logos/32x32/Golang_SDK.svg" alt="Go"> GoにおけるOpenTelemetryの言語固有の実装。

---

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

---

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

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

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

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

| トレース            | メトリクス           | ログ              |
| ------------------- | -------------------- | ----------------- |
| [Stable](/docs/specs/otel/versioning-and-stability/#stable) | [Stable](/docs/specs/otel/versioning-and-stability/#stable) | [Beta](https://github.com/open-telemetry/opentelemetry-specification/blob/main/oteps/0232-maturity-of-otel.md#beta) |

[最新のリリース][latest release]を含むリリース情報については、[リリース][Releases]をご覧ください。


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


## 関連情報 {#more}

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

---

Section pages:

- [Getting Started（入門）](/ja/docs/languages/go/getting-started/)
- [計装](/ja/docs/languages/go/instrumentation/): OpenTelemetry Goのマニュアルインストルメンテーション
- [計装ライブラリの使用](/ja/docs/languages/go/libraries/)
- [エクスポーター](/ja/docs/languages/go/exporters/)
- [リソース](/ja/docs/languages/go/resources/)
- [サンプリング](/ja/docs/languages/go/sampling/)
- [API reference](/ja/docs/languages/go/api/)
- [Examples](/ja/docs/languages/go/examples/)
- [Registry](/ja/docs/languages/go/registry/): Instrumentation libraries, exporters and other useful components for OpenTelemetry Go
