OperationMetricDimension Class
Defines the metric dimension.
Constructor
OperationMetricDimension(*, name: str | None = None, display_name: str | None = None, to_be_exported_for_shoebox: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the dimension for the metric. Default value: None
|
display_name
|
The display name of the metric dimension. Default value: None
|
to_be_exported_for_shoebox
|
Whether the dimension should be exported to Azure Monitor. Default value: None
|