Class SLOHistoryMetricsSeriesMetadataUnit

An Object of metric units.

Hierarchy

  • SLOHistoryMetricsSeriesMetadataUnit

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

The family of metric unit, for example bytes is the family for kibibyte, byte, and bit units.

id?: number

The ID of the metric unit.

name?: string

The unit of the metric, for instance byte.

plural?: string

The plural Unit of metric, for instance bytes.

scaleFactor?: number

The scale factor of metric unit, for instance 1.0.

shortName?: string

A shorter and abbreviated version of the metric unit, for instance B.

Generated using TypeDoc