cloudfoundry-attic / datadog-firehose-nozzle

OBSOLETE CF component to forward metrics from the Loggregator Firehose to DataDog
Apache License 2.0
9 stars 29 forks source link

Point type is wrong #21

Closed jeanbza closed 7 years ago

jeanbza commented 7 years ago

https://github.com/cloudfoundry-incubator/datadog-firehose-nozzle/blob/master/datadogclient/datadog_client.go#L62

Datadog docs say the point value is float32. See: http://docs.datadoghq.com/api/?lang=console#overview:

Note that the timestamp should be in seconds, must be current, and the numeric value is a 32bit float gauge-type value.

Just a heads up.

cf-gitbot commented 7 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/148795537

The labels on this github issue will be updated when the story is started.

hev commented 7 years ago

The source of truth repo has moved to: https://github.com/DataDog/datadog-firehose-nozzle Please re-open this ticket there if it is still an issue.