# Go

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

---

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

---


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


## 関連情報 {#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
