Optional
additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional
hostThe name of the host that produced the metric.
Optional
intervalIf the type of the metric is rate or count, define the corresponding interval in seconds.
The name of the timeseries.
Points relating to a metric. All points must be tuples with timestamp and a scalar value (cannot be a string). Timestamps should be in POSIX time in seconds, and cannot be more than ten minutes in the future or more than one hour in the past.
Optional
tagsA list of tags associated with the metric.
Optional
typeThe type of the metric. Valid types are "",count
, gauge
, and rate
.
Generated using TypeDoc
A metric to submit to Datadog. See Datadog metrics.