OperationMetricDimension Class

Defines the metric dimension.

Constructor

OperationMetricDimension(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

The name of the dimension for the metric.

display_name
str

The display name of the metric dimension.

to_be_exported_for_shoebox

Whether the dimension should be exported to Azure Monitor.

Attributes

display_name

The display name of the metric dimension.

display_name: str | None

name

The name of the dimension for the metric.

name: str | None

to_be_exported_for_shoebox

Whether the dimension should be exported to Azure Monitor.

to_be_exported_for_shoebox: bool | None