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

KeyDatatypeRequiredDescription
Content-EncodingstringHTTP header used to compress the media-type.
Content-Typestring
Acceptstring