Ddog v0.1.1 Ddog.Helper View Source
Link to this section Summary
Functions
Accepts list of tags passed and return a list of tags for Datadog search.
Accepts a list of monitors and return a prettified string. When argument is of type map, it returns a prettified json string.
Link to this section Functions
Link to this function
add_auth(url, query \\ %{}) View Source
Link to this function
build_query(terms) View Source
Accepts list of tags passed and return a list of tags for Datadog search.
Returns tag1 tag2 tag3
## Examples
iex> build_query(["tag1", "tag2", "tag3"])
"tag1 tag2 tag3"
Link to this function
build_query(list, acc) View Source
Link to this function
check_length(term) View Source
Link to this function
handle_response(arg) View Source
Link to this function
prettify(monitors) View Source
Accepts a list of monitors and return a prettified string. When argument is of type map, it returns a prettified json string.