A distribution points metric to submit to Datadog.

Hierarchy

  • DistributionPointsSeries

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
host?: string

The name of the host that produced the distribution point metric.

metric: string

The name of the distribution points metric.

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.

tags?: string[]

A list of tags associated with the distribution point metric.

The type of the distribution point.

Generated using TypeDoc