You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
points [array]
Points relating to the distribution point metric. All points must be tuples with timestamp and a list of values (cannot be a string). Timestamps should be in POSIX time in seconds.
However, recordDistributionValue has no place for a timestamp kind of value. How can I do this?
The text was updated successfully, but these errors were encountered:
While it isn't possible to send distributions with a timestamp with statsd, you can do it using the Datadog API client library. You can find an example on the API page.
DataDog Web API for Distributions is like this:
https://docs.datadoghq.com/api/latest/metrics/#submit-distribution-points
However,
recordDistributionValue
has no place for a timestamp kind of value. How can I do this?The text was updated successfully, but these errors were encountered: