brettlangdon / node-dogapi

Datadog API Node.JS Client
https://brettlangdon.github.io/node-dogapi/
105 stars 45 forks source link

Fix sending of metric_type for dogapi.metric.send #36

Closed brettlangdon closed 8 years ago

brettlangdon commented 8 years ago

Fix for #35

It appears that the Datadog API used to support sending of metric_type, now it is just type.

In this PR, we are making sure to allow both metric_type and type, but under the covers converting metric_type to type.

/cc @jetmind