Sha256: a7608b049f2f490aff51673dadc8d73cc05e1d7b686c8a2bbc2765aee49e1eaa
Contents?: true
Size: 1.49 KB
Versions: 13
Compression:
Stored size: 1.49 KB
Contents
# Datadog Trace Client [![CircleCI](https://circleci.com/gh/DataDog/dd-trace-rb/tree/master.svg?style=svg&circle-token=b0bd5ef866ec7f7b018f48731bb495f2d1372cc1)](https://circleci.com/gh/DataDog/dd-trace-rb/tree/master) [![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) ``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 visiblity into bottlenecks and troublesome requests. ## Getting started For a basic product overview, check out our [setup documentation][setup docs]. For installation, configuration, and details about using the API, check out our [API documentation][api docs] and [gem documentation][gem docs]. For descriptions of terminology used in APM, take a look at the [official documentation][visualization docs]. For contributing, checkout the [contribution guidelines][contribution docs] and [development guide][development docs]. [setup docs]: https://docs.datadoghq.com/tracing/setup/ruby/ [api docs]: https://github.com/DataDog/dd-trace-rb/blob/master/docs/GettingStarted.md [gem docs]: http://gems.datadoghq.com/trace/docs/ [visualization docs]: https://docs.datadoghq.com/tracing/visualization/ [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
Version data entries
13 entries across 13 versions & 1 rubygems