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 intervalIf the type of the metric is rate or count, define the corresponding interval in seconds.
Optional metadataMetadata for the metric.
The name of the timeseries.
Points relating to a metric. All points must be objects 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 resourcesA list of resources to associate with this metric.
Optional sourceThe source type name.
Optional tagsA list of tags associated with the metric.
Optional typeThe type of metric. The available types are 0 (unspecified), 1 (count), 2 (rate), and 3 (gauge).
Optional unitThe unit of point value.
Generated using TypeDoc
A metric to submit to Datadog. See Datadog metrics.