Exdatadog
(Unofficial) Elixir DataDog Client API.
This is a work-in-progress implementation, expect some churn and no semantic compatibility between versions.
Installation
This package is made available through hex.pm, use the following instructions to add to your project:
Add
exdatadogto your list of dependencies inmix.exs:def deps do [{:exdatadog, "~> 0.1.0"}] endEnsure
exdatadogis started before your application:def application do [applications: [:exdatadog]] end
LICENSE
This package is made available as free and open source software, AS-IS and
without waranty, under the terms and conditions of the Apache 2.0 license. For
more information see the included LICENSE file or read the license
online.