Skip to content

Commit afd3b7d

Browse files
committed
Merge pull request DataDog#640 from DataDog/andrew/update-ruby
Updated Ruby doc to include links to two Ruby datadog repos for refer…
2 parents 627ddfc + 1f12325 commit afd3b7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/integrations/ruby.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ Connect your Ruby applications to Datadog to:
1212
* Visualize their performance
1313
* Correlate their performance with the rest of your applications
1414
* Monitor any relevant metric
15+
16+
Datadog offers two libraries to assist you with the implementation of Ruby application metrics:
17+
18+
* [dogstatsd-ruby](https://github.com/DataDog/dogstatsd-ruby) A client for DogStatsD, an extension of the StatsD metric server for Datadog.
19+
* [dogapi-rb](https://github.com/DataDog/dogapi-rb) The Ruby client is a library suitable for inclusion in existing Ruby projects or for development of standalone scripts. It provides an abstraction on top of Datadog's raw HTTP interface for reporting events and metrics.

0 commit comments

Comments
 (0)