Share via


MetricName Class

A metric name.

Constructor

MetricName(*, value: str | None = None, localized_value: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value
str

The name of the metric.

Default value: None
localized_value
str

The friendly name of the metric.

Default value: None

Variables

Name Description
value
str

The name of the metric.

localized_value
str

The friendly name of the metric.