-
Notifications
You must be signed in to change notification settings - Fork 107
How to provide the timestamp for submitting distribution? #231
Open
Description
DataDog Web API for Distributions is like this:
https://docs.datadoghq.com/api/latest/metrics/#submit-distribution-points
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?
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.