Dimension Class

Specifies the criteria for converting log to metric.

All required parameters must be populated in order to send to Azure.

Inheritance
Dimension

Constructor

Dimension(*, name: str, operator: Union[str, azure.mgmt.monitor.v2018_04_16.models._monitor_management_client_enums.Operator], values: List[str], **kwargs)

Variables

name
str

Required. Name of the dimension.

operator
str or <xref:$>(<xref:python-base-namespace>)Operator

Required. Operator for dimension values. Possible values include: "Include".

values
list[str]

Required. List of dimension values.