Datadog syntax

From wikinotes

Entering Queries

There is both a JSON query (all-text), and a UI-aided query.

Notebooks:
  - New Notebook:
    - </>  # on the far right of the query, this toggles interactive "json-syntax" queries

Syntax

sum:my_metric{*}.as_count()  # sum counts per-sample of `my_metric`