View Source DatadogHttp.Events (Datadog HTTP v0.0.3)

Functions for Datadog events 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

post(event, config \\ %{})

View Source