Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datadog/dd-trace-rb
Datadog Tracing Ruby Client
https://github.com/datadog/dd-trace-rb
apm datadog distributed-tracing hacktoberfest ruby tracing
Last synced: 6 days ago
JSON representation
Datadog Tracing Ruby Client
- Host: GitHub
- URL: https://github.com/datadog/dd-trace-rb
- Owner: DataDog
- License: other
- Created: 2016-08-24T20:30:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T21:33:39.000Z (22 days ago)
- Last Synced: 2025-01-02T02:00:56.070Z (20 days ago)
- Topics: apm, datadog, distributed-tracing, hacktoberfest, ruby, tracing
- Language: Ruby
- Homepage: https://docs.datadoghq.com/tracing/
- Size: 47.8 MB
- Stars: 315
- Watchers: 586
- Forks: 373
- Open Issues: 180
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Datadog Trace Client
[![Gem](https://img.shields.io/gem/v/datadog)](https://rubygems.org/gems/datadog/)
[![codecov](https://codecov.io/gh/DataDog/dd-trace-rb/branch/master/graph/badge.svg)](https://app.codecov.io/gh/DataDog/dd-trace-rb/branch/master)
[![YARD documentation](https://img.shields.io/badge/YARD-documentation-blue)][api docs]``datadog`` is Datadog's client library for Ruby. It includes a suite of tools which provide visibility into the performance and security of Ruby applications, to enable Ruby developers to identify bottlenecks and other issues.
## Getting started
**If you're upgrading from a 1.x version, check out the [upgrade guide](https://github.com/DataDog/dd-trace-rb/blob/release/docs/UpgradeGuide2.md).**
For a product overview, installation, and configuration check out our [documentation][public docs].
For the gem API, check out our [API documentation][api docs].
For descriptions of terminology used in APM, take a look at the [APM Terms and Concepts][APM glossary].
For contributing, checkout the [contribution guidelines][contribution docs] and [development guide][development docs].
[public docs]: https://docs.datadoghq.com/tracing/setup/ruby/
[api docs]: https://datadog.github.io/dd-trace-rb/
[APM glossary]: https://docs.datadoghq.com/tracing/glossary/
[contribution docs]: https://github.com/DataDog/dd-trace-rb/blob/master/CONTRIBUTING.md
[development docs]: https://github.com/DataDog/dd-trace-rb/blob/master/docs/DevelopmentGuide.md