Object listing all metric names stored by Datadog since a given time.

Hierarchy

  • MetricsListResponse

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
from?: string

Time when the metrics were active, seconds since the Unix epoch.

metrics?: string[]

List of metric names.

Generated using TypeDoc