Azure Monitor · Schema

MetricAvailability

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
timeGrain string The time grain specifies the aggregation interval in ISO 8601 duration format.
retention string The retention period for the metric in ISO 8601 duration format.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-metricavailability-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetricAvailability",
  "title": "MetricAvailability",
  "type": "object",
  "properties": {
    "timeGrain": {
      "type": "string",
      "description": "The time grain specifies the aggregation interval in ISO 8601 duration format."
    },
    "retention": {
      "type": "string",
      "description": "The retention period for the metric in ISO 8601 duration format."
    }
  }
}