Submit distribution points
POST {{baseUrl}}/api/v1/distribution_points
The distribution points end-point allows you to post distribution data that can be graphed on Datadog’s dashboards.
Request Body
{"series"=>[{"metric"=>"system.load.1.dist", "points"=>[[1636629071, [1.0, 2.0]]]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Encoding | string | HTTP header used to compress the media-type. | |
Content-Type | string | ||
Accept | string |