A point object is of the form {POSIX_timestamp, numeric_value}.

Hierarchy

  • MetricPoint

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
timestamp?: number

The timestamp should be in seconds and current. Current is defined as not more than 10 minutes in the future or more than 1 hour in the past.

value?: number

The numeric value format should be a 64bit float gauge-type value.

Generated using TypeDoc