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:

  1. Add exdatadog to your list of dependencies in mix.exs:

    def deps do
      [{:exdatadog, "~> 0.1.0"}]
    end
  2. Ensure exdatadog is 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.