OperationMetricDimension interface
Defines the metric dimension.
Properties
display |
The display name of the metric dimension. |
name | The name of the dimension for the metric. |
to |
Whether the dimension should be exported to Azure Monitor. |
Property Details
displayName
The display name of the metric dimension.
displayName?: string
Property Value
string
name
The name of the dimension for the metric.
name?: string
Property Value
string
toBeExportedForShoebox
Whether the dimension should be exported to Azure Monitor.
toBeExportedForShoebox?: boolean
Property Value
boolean