AdvancedPlatformMetricsRuleProperties interface
An object that defines the advanced platform metrics rule.
Properties
| enabled | A boolean flag which enables the advanced platform metrics rule. |
| last |
Gets the last modification date and time of the advanced platform metrics rule in UTC. |
| metrics |
The metrics emitted by the rule. Metrics are mapped according to the rule type from RuleTypeProperty. Rule type to metrics mapping: ContainerLevelCapacityMetrics => {ContainerUsedSize, ContainerBlobCount}. |
| rule |
Configuration for the advanced platform metrics rule. |
| rule |
Indicates the type of the advanced platform metrics rule. Possible values include: ContainerLevelCapacityMetrics. |
Property Details
enabled
A boolean flag which enables the advanced platform metrics rule.
enabled: boolean
Property Value
boolean
lastModifiedTime
Gets the last modification date and time of the advanced platform metrics rule in UTC.
lastModifiedTime?: Date
Property Value
Date
metricsEmitted
The metrics emitted by the rule. Metrics are mapped according to the rule type from RuleTypeProperty. Rule type to metrics mapping: ContainerLevelCapacityMetrics => {ContainerUsedSize, ContainerBlobCount}.
metricsEmitted?: string[]
Property Value
string[]
ruleConfig
Configuration for the advanced platform metrics rule.
ruleConfig: AdvancedPlatformMetricsRuleConfig
Property Value
ruleType
Indicates the type of the advanced platform metrics rule. Possible values include: ContainerLevelCapacityMetrics.
ruleType?: string
Property Value
string