Object with all metric related metadata.

Hierarchy

  • MetricMetadata

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

Metric description.

integration?: string

Name of the integration that sent the metric if applicable.

perUnit?: string

Per unit of the metric such as second in bytes per second.

shortName?: string

A more human-readable and abbreviated version of the metric name.

statsdInterval?: number

StatsD flush interval of the metric in seconds if applicable.

type?: string

Metric type such as gauge or rate.

unit?: string

Primary unit of the metric such as byte or operation.

Generated using TypeDoc