# Ruby

> <img width="35" class="img-initial otel-icon" src="/img/logos/32x32/Ruby_SDK.svg" alt="Ruby"> A language-specific implementation of OpenTelemetry in Ruby.

---

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

---


这是 OpenTelemetry Ruby 的文档。 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) |

我们可以在 [Releases][] 中找到所有已发布的版本，包括[最新发布的版本][latest release]。 

[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/).


## Repository

- [OpenTelemetry for Ruby repository][repo]

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

---

Section pages:

- [Getting Started](/zh/docs/languages/ruby/getting-started/): Get telemetry from your app in less than 5 minutes!
- [Instrumentation](/zh/docs/languages/ruby/instrumentation/): Instrumentation for OpenTelemetry Ruby
- [Using instrumentation libraries](/zh/docs/languages/ruby/libraries/)
- [Exporters](/zh/docs/languages/ruby/exporters/)
- [Sampling](/zh/docs/languages/ruby/sampling/)
- [API reference](/zh/docs/languages/ruby/api/)
- [Examples](/zh/docs/languages/ruby/examples/)
- [Registry](/zh/docs/languages/ruby/registry/): Instrumentation libraries, exporters and other useful components for OpenTelemetry Ruby
