library
rdog
October 2017
An R package to analyze Datadog metrics into R.
-
Alexis Lê-Quôc
https://github.com/alq666/rdog
library
October 2017
An R package to analyze Datadog metrics into R.
Alexis Lê-Quôc
library
November 2014
The pid-stats integration collects resource usage metrics for processes specified by PID files and sends them to StatsD, allowing monitoring in Datadog. It samples metrics such as CPU usage (user, system, guest), memory usage (resident, virtual, percent), memory faults (major, minor), and disk I/O (read, write, cancelled) for each target process.
GitterHQ
library
December 2019
DataDogStatsd is a Perl client for DogStatsd, enabling applications to send metrics and events to Datadog. This module supports counters, gauges, histograms, timings, sets, and events with optional tags and namespaces for flexible metric organization.
Stefan Goethals
library
January 2018
racket-dogstatsd is a DogStatsD client library for Racket, providing functions to send metrics, events, and service checks to Datadog. It supports counters, gauges, timers, histograms, and tagging, and includes convenient macros like with-timer for measuring code execution time. Requires Racket 6.3 or later.
DarrenN
library
March 2018
Go client library for DogStatsD, allowing you to send custom metrics, events, and service checks from your Go applications to Datadog.
Matt Ho
library
May 2025
Send custom metrics to DogStatsD using the UDP protocol.
Apache APISIX