Query timeseries points.
External Documentation
To learn more, visit the Datadog documentation.
Parameter | Description |
---|---|
From | Start of the queried time period, seconds since the Unix epoch. |
Query | Query string. Must end with {*} . |
To | End of the queried time period, seconds since the Unix epoch. |
{
"status": "<string>",
"res_type": "<string>",
"resp_version": 2,
"query": "<string>",
"from_date": 1767113205434,
"to_date": 951862278989,
"series": [
{
"unit": null,
"query_index": 1,
"aggr": "<string>",
"metric": "<string>",
"tag_set": [],
"expression": "<string>",
"scope": "<string>",
"interval": 3,
"length": 2,
"start": 238483702656,
"end": 1922461837710,
"pointlist": [
[
2978962963825,
2358188
]
],
"display_name": "<string>",
"attributes": {}
}
],
"values": [],
"times": [],
"message": "<string>",
"group_by": []
}
Query Metrics with Datadog and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?