Azure Monitor · Schema

MetricUnit

The unit of the metric.

Application InsightsCloudLogsMetricsMonitoringObservability
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-metricunit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetricUnit",
  "title": "MetricUnit",
  "type": "string",
  "enum": [
    "Count",
    "Bytes",
    "Seconds",
    "CountPerSecond",
    "BytesPerSecond",
    "Percent",
    "MilliSeconds",
    "ByteSeconds",
    "Unspecified",
    "Cores",
    "MilliCores",
    "NanoCores",
    "BitsPerSecond"
  ],
  "description": "The unit of the metric."
}