MetricNamespace interface

Metric namespace class specifies the metadata for a metric namespace.

Properties

classification

Kind of namespace

id

The ID of the metric namespace.

name

The escaped name of the namespace.

properties

Properties which include the fully qualified namespace name.

type

The type of the namespace.

Property Details

classification

Kind of namespace

classification?: string

Property Value

string

id

The ID of the metric namespace.

id?: string

Property Value

string

name

The escaped name of the namespace.

name?: string

Property Value

string

properties

Properties which include the fully qualified namespace name.

properties?: MetricNamespaceName

Property Value

type

The type of the namespace.

type?: string

Property Value

string