# Ruby

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

---

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

---


これはOpenTelemetryRubyのドキュメントです。
OpenTelemetryはオブザーバビリティのためのフレームワークであり、メトリクス、ログ、トレースといったアプリケーションのテレメトリーデータの生成および収集を支援するように設計された API、SDK、およびツール群で構成されています。
このドキュメントは、OpenTelemetry Rubyの使い方を理解し、利用を開始するための手助けとなるように作られています。

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

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

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

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


[latest release]: <https://github.com/open-telemetry/opentelemetry-ruby/releases/latest>
[Releases]: <https://github.com/open-telemetry/opentelemetry-ruby/releases>
{{__hugo_ctx/}}


## Who's using OpenTelemetry Ruby?

OpenTelemetry Ruby is in use by a number of organizations, including:


- [Dropbox DocSend](https://www.docsend.com/)
- [Fulcrum](https://www.fulcrumapp.com/)
- [GitHub](https://github.com)
- [Heroku](https://heroku.com)
- [Puppet](https://puppet.com/)
- [Shopify](https://www.shopify.com/)
- [TableCheck](https://www.tablecheck.com/)
- [Uplight](https://uplight.com/)

For the complete list, and instructions for adding your organization, see
[Adopters](/ecosystem/adopters/).


## リポジトリ

- [OpenTelemetry for Rubyのリポジトリ][repo]

[repo]: https://github.com/open-telemetry/opentelemetry-ruby

---

Section pages:

- [Getting Started](/ja/docs/languages/ruby/getting-started/): 5分以内にあなたのアプリからテレメトリを取得します！
- [計装](/ja/docs/languages/ruby/instrumentation/): OpenTelemetry Ruby計装
- [計装ライブラリの使用](/ja/docs/languages/ruby/libraries/)
- [エクスポーター](/ja/docs/languages/ruby/exporters/)
- [サンプリング](/ja/docs/languages/ruby/sampling/)
- [API reference](/ja/docs/languages/ruby/api/)
- [Examples](/ja/docs/languages/ruby/examples/)
- [Registry](/ja/docs/languages/ruby/registry/): Instrumentation libraries, exporters and other useful components for OpenTelemetry Ruby
