View Source DatadogHttp.Metrics (Datadog HTTP v0.0.1)

Functions for Datadog metrics endpoints.

Link to this section Summary

Link to this section Types

@type config() :: %{required(atom()) => String.t() | keyword()}
@type error() :: {:error, [String.t()]} | {:error, any()} | :error

Link to this section Functions

Link to this function

submit(metrics, config \\ %{})

View Source