MetricAvailability interface
Metric availability specifies the time grain (aggregation interval or frequency) and the retention period for that time grain.
Properties
granularity | the time grain specifies the aggregation interval for the metric. Expressed as a duration 'PT1M', 'P1D', etc. |
retention | the retention period for the metric at the specified granularity. Expressed as a duration 'PT1M', 'P1D', etc. |
Property Details
granularity
the time grain specifies the aggregation interval for the metric. Expressed as a duration 'PT1M', 'P1D', etc.
granularity?: string
Property Value
string
retention
the retention period for the metric at the specified granularity. Expressed as a duration 'PT1M', 'P1D', etc.
retention?: string
Property Value
string