MetricSpecification interface
Specifications of the Metrics for Azure Monitoring
Properties
| aggregation |
Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. |
| category | Metric category |
| dimensions | Dimensions of the metric |
| display |
Localized friendly description of the metric |
| display |
Localized friendly display name of the metric |
| enable |
Flag to indicate use of regional Mdm accounts |
| fill |
Flag to determine is Zero is returned for time duration where no metric is emitted |
| internal |
Internal metric name. |
| locked |
Locked aggregation type of the metric |
| metric |
Metric filter regex pattern |
| name | Name of the metric |
| source |
Source mdm account |
| source |
Source mdm namespace |
| supported |
Supported aggregation types. Valid values: Average, Minimum, Maximum, Total, Count. |
| supported |
Supported time grains. Valid values: PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, P1D |
| unit | Unit that makes sense for the metric |
Property Details
aggregationType
Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.
aggregationType?: string
Property Value
string
category
Metric category
category?: string
Property Value
string
dimensions
displayDescription
Localized friendly description of the metric
displayDescription?: string
Property Value
string
displayName
Localized friendly display name of the metric
displayName?: string
Property Value
string
enableRegionalMdmAccount
Flag to indicate use of regional Mdm accounts
enableRegionalMdmAccount?: boolean
Property Value
boolean
fillGapWithZero
Flag to determine is Zero is returned for time duration where no metric is emitted
fillGapWithZero?: boolean
Property Value
boolean
internalMetricName
Internal metric name.
internalMetricName?: string
Property Value
string
lockedAggregationType
Locked aggregation type of the metric
lockedAggregationType?: string
Property Value
string
metricFilterPattern
Metric filter regex pattern
metricFilterPattern?: string
Property Value
string
name
Name of the metric
name?: string
Property Value
string
sourceMdmAccount
Source mdm account
sourceMdmAccount?: string
Property Value
string
sourceMdmNamespace
Source mdm namespace
sourceMdmNamespace?: string
Property Value
string
supportedAggregationTypes
Supported aggregation types. Valid values: Average, Minimum, Maximum, Total, Count.
supportedAggregationTypes?: string[]
Property Value
string[]
supportedTimeGrainTypes
Supported time grains. Valid values: PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, P1D
supportedTimeGrainTypes?: string[]
Property Value
string[]
unit
Unit that makes sense for the metric
unit?: string
Property Value
string