Sha256: 2b70161ade82f19c2af779442bfed8dfb69d21f25ace925d3bfbdb78cd6985f2
Contents?: true
Size: 1.64 KB
Versions: 21
Compression:
Stored size: 1.64 KB
Contents
# Datadog Trace Client [![Gem](https://img.shields.io/gem/v/ddtrace)](https://rubygems.org/gems/ddtrace/) [![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] ``ddtrace`` is Datadog’s tracing client for Ruby. It is used to trace requests as they flow across web servers, databases and microservices so that developers have great visibility into bottlenecks and troublesome requests. ## Getting started **If you're upgrading from a 0.x version, check out our [upgrade guide](https://github.com/DataDog/dd-trace-rb/blob/master/docs/UpgradeGuide.md#from-0x-to-10).** 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 ## Special thanks * [Mike Fiedler](https://github.com/miketheman) for working on a number of Datadog Ruby projects, as well as graciously gifting control of the `datadog` gem
Version data entries
21 entries across 21 versions & 1 rubygems