Package version:

Interface OperationMetricDimension

Defines the metric dimension.

interface OperationMetricDimension {
    displayName?: string;
    name?: string;
    toBeExportedForShoebox?: boolean;
}

Properties

displayName?: string

The display name of the metric dimension.

name?: string

The name of the dimension for the metric.

toBeExportedForShoebox?: boolean

Whether the dimension should be exported to Azure Monitor.