Using client libraries
In this section, we will look at two different client libraries – the first group consists of libraries that are wrappers for the Datadog REST API, and the second group of libraries are native DogStatsD client libraries. Both these groups of libraries are available for popular programming languages such as C++, Java, Python, Java, and Go.
Datadog provides both categories of libraries for most programming languages. While a lot of community libraries are listed on the official Datadog website, we will only look at those that are actively maintained.
REST API-based client libraries
The basic Datadog client library is the REST API set, and the programming language-specific libraries are essentially wrappers on top of the REST APIs that facilitate the usage of APIs. In this section, we will look at some of the important client libraries specific to programming languages, and wherever relevant, we will look at sample code also.