MetricSpecificationV1 Class
Metric specification version 1.
- Inheritance
-
MetricSpecificationV1
Constructor
MetricSpecificationV1(**kwargs)
Parameters
- unit
- str or MetricUnit
Required
Metric units. Possible values include: 'NotSpecified', 'Percent', 'Count', 'Seconds', 'Milliseconds', 'Bytes', 'BytesPerSecond', 'CountPerSecond'
- aggregation_type
- str or MetricAggregationType
Required
Metric aggregation type. Possible values include: 'NotSpecified', 'None', 'Average', 'Minimum', 'Maximum', 'Total', 'Count'
- dimensions
- list[MetricDimensionV1]
Required
Metric dimensions, other than default dimension which is resource.
- category
- str or MetricCategory
Required
Metric category. Possible values include: 'Capacity', 'Transaction'
- supported_aggregation_types
- list[str or MetricAggregationType]
Required
Support metric aggregation type.
Feedback
Submit and view feedback for