Current section
Files
Jump to
Current section
Files
include/datadog_query@query_Query.hrl
-record('query', {
aggregator :: datadog_query@query:aggregator(),
metric :: binary(),
scope :: binary(),
grouping :: list(binary()),
functions :: list(binary())
}).