다음을 통해 공유


Metric Definitions - List

리소스에 대한 메트릭 정의를 Lists.

GET https://management.azure.com/{resourceUri}/providers/Microsoft.Insights/metricDefinitions?api-version=2023-10-01
GET https://management.azure.com/{resourceUri}/providers/Microsoft.Insights/metricDefinitions?api-version=2023-10-01&metricnamespace={metricnamespace}

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
resourceUri
path True

string

리소스의 식별자입니다.

api-version
query True

string

이 작업에 사용할 API 버전입니다.

metricnamespace
query

string

원하는 메트릭이 있는 메트릭 네임스페이스입니다.

응답

Name 형식 Description
200 OK

MetricDefinitionCollection

메트릭 정의 목록을 가져오는 성공적인 요청

Other Status Codes

ErrorResponse

작업이 실패한 이유를 설명하는 오류 응답입니다.

보안

azure_auth

Azure Active Directory OAuth2 Flow

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name Description
user_impersonation 사용자 계정 가장

예제

Get Application Insights Metric Definitions without filter
Get Metric Definitions without filter
Get StorageCache Metric Definitions with metric class

Get Application Insights Metric Definitions without filter

샘플 요청

GET https://management.azure.com/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/providers/Microsoft.Insights/metricDefinitions?api-version=2023-10-01&metricnamespace=microsoft.insights/components

샘플 응답

{
  "value": [
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/availabilityResults/availabilityPercentage",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Availability",
      "name": {
        "value": "availabilityResults/availabilityPercentage",
        "localizedValue": "Availability"
      },
      "displayDescription": "Percentage of successfully completed availability tests",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "availabilityResult/name",
          "localizedValue": "Test name"
        },
        {
          "value": "availabilityResult/location",
          "localizedValue": "Run location"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/availabilityResults/count",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Availability",
      "name": {
        "value": "availabilityResults/count",
        "localizedValue": "Availability tests"
      },
      "displayDescription": "Count of availability tests",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Count",
      "supportedAggregationTypes": [
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "availabilityResult/name",
          "localizedValue": "Test name"
        },
        {
          "value": "availabilityResult/location",
          "localizedValue": "Run location"
        },
        {
          "value": "availabilityResult/success",
          "localizedValue": "Test result"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/availabilityResults/duration",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Availability",
      "name": {
        "value": "availabilityResults/duration",
        "localizedValue": "Availability test duration"
      },
      "displayDescription": "Availability test duration",
      "isDimensionRequired": false,
      "unit": "MilliSeconds",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "availabilityResult/name",
          "localizedValue": "Test name"
        },
        {
          "value": "availabilityResult/location",
          "localizedValue": "Run location"
        },
        {
          "value": "availabilityResult/success",
          "localizedValue": "Test result"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/browserTimings/networkDuration",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Browser",
      "name": {
        "value": "browserTimings/networkDuration",
        "localizedValue": "Page load network connect time"
      },
      "displayDescription": "Time between user request and network connection. Includes DNS lookup and transport connection.",
      "isDimensionRequired": false,
      "unit": "MilliSeconds",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/browserTimings/processingDuration",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Browser",
      "name": {
        "value": "browserTimings/processingDuration",
        "localizedValue": "Client processing time"
      },
      "displayDescription": "Time between receiving the last byte of a document until the DOM is loaded. Async requests may still be processing.",
      "isDimensionRequired": false,
      "unit": "MilliSeconds",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/browserTimings/receiveDuration",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Browser",
      "name": {
        "value": "browserTimings/receiveDuration",
        "localizedValue": "Receiving response time"
      },
      "displayDescription": "Time between the first and last bytes, or until disconnection.",
      "isDimensionRequired": false,
      "unit": "MilliSeconds",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/browserTimings/sendDuration",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Browser",
      "name": {
        "value": "browserTimings/sendDuration",
        "localizedValue": "Send request time"
      },
      "displayDescription": "Time between network connection and receiving the first byte.",
      "isDimensionRequired": false,
      "unit": "MilliSeconds",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/browserTimings/totalDuration",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Browser",
      "name": {
        "value": "browserTimings/totalDuration",
        "localizedValue": "Browser page load time"
      },
      "displayDescription": "Time from user request until DOM, stylesheets, scripts and images are loaded.",
      "isDimensionRequired": false,
      "unit": "MilliSeconds",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/dependencies/count",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Server",
      "name": {
        "value": "dependencies/count",
        "localizedValue": "Dependency calls"
      },
      "displayDescription": "Count of calls made by the application to external resources.",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Count",
      "supportedAggregationTypes": [
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "dependency/type",
          "localizedValue": "Dependency type"
        },
        {
          "value": "dependency/performanceBucket",
          "localizedValue": "Dependency performance"
        },
        {
          "value": "dependency/success",
          "localizedValue": "Successful call"
        },
        {
          "value": "dependency/target",
          "localizedValue": "Target of a dependency call"
        },
        {
          "value": "dependency/resultCode",
          "localizedValue": "Result code"
        },
        {
          "value": "operation/synthetic",
          "localizedValue": "Is traffic synthetic"
        },
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        },
        {
          "value": "cloud/roleName",
          "localizedValue": "Cloud role name"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/dependencies/duration",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Server",
      "name": {
        "value": "dependencies/duration",
        "localizedValue": "Dependency duration"
      },
      "displayDescription": "Duration of calls made by the application to external resources.",
      "isDimensionRequired": false,
      "unit": "MilliSeconds",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "dependency/type",
          "localizedValue": "Dependency type"
        },
        {
          "value": "dependency/performanceBucket",
          "localizedValue": "Dependency performance"
        },
        {
          "value": "dependency/success",
          "localizedValue": "Successful call"
        },
        {
          "value": "dependency/target",
          "localizedValue": "Target of a dependency call"
        },
        {
          "value": "dependency/resultCode",
          "localizedValue": "Result code"
        },
        {
          "value": "operation/synthetic",
          "localizedValue": "Is traffic synthetic"
        },
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        },
        {
          "value": "cloud/roleName",
          "localizedValue": "Cloud role name"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/dependencies/failed",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Failures",
      "name": {
        "value": "dependencies/failed",
        "localizedValue": "Dependency call failures"
      },
      "displayDescription": "Count of failed dependency calls made by the application to external resources.",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Count",
      "supportedAggregationTypes": [
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "dependency/type",
          "localizedValue": "Dependency type"
        },
        {
          "value": "dependency/performanceBucket",
          "localizedValue": "Dependency performance"
        },
        {
          "value": "dependency/target",
          "localizedValue": "Target of a dependency call"
        },
        {
          "value": "dependency/resultCode",
          "localizedValue": "Result code"
        },
        {
          "value": "operation/synthetic",
          "localizedValue": "Is traffic synthetic"
        },
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        },
        {
          "value": "cloud/roleName",
          "localizedValue": "Cloud role name"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/pageViews/count",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Usage",
      "name": {
        "value": "pageViews/count",
        "localizedValue": "Page views"
      },
      "displayDescription": "Count of page views.",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Count",
      "supportedAggregationTypes": [
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "operation/synthetic",
          "localizedValue": "Is traffic synthetic"
        },
        {
          "value": "cloud/roleName",
          "localizedValue": "Cloud role name"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/pageViews/duration",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Usage",
      "name": {
        "value": "pageViews/duration",
        "localizedValue": "Page view load time"
      },
      "displayDescription": "Page view load time",
      "isDimensionRequired": false,
      "unit": "MilliSeconds",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "operation/synthetic",
          "localizedValue": "Is traffic synthetic"
        },
        {
          "value": "cloud/roleName",
          "localizedValue": "Cloud role name"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/performanceCounters/requestExecutionTime",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Performance counters",
      "name": {
        "value": "performanceCounters/requestExecutionTime",
        "localizedValue": "HTTP request execution time"
      },
      "displayDescription": "Execution time of the most recent request.",
      "isDimensionRequired": false,
      "unit": "MilliSeconds",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/performanceCounters/requestsInQueue",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Performance counters",
      "name": {
        "value": "performanceCounters/requestsInQueue",
        "localizedValue": "HTTP requests in application queue"
      },
      "displayDescription": "Length of the application request queue.",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/performanceCounters/requestsPerSecond",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Performance counters",
      "name": {
        "value": "performanceCounters/requestsPerSecond",
        "localizedValue": "HTTP request rate"
      },
      "displayDescription": "Rate of all requests to the application per second from ASP.NET.",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/performanceCounters/exceptionsPerSecond",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Performance counters",
      "name": {
        "value": "performanceCounters/exceptionsPerSecond",
        "localizedValue": "Exception rate"
      },
      "displayDescription": "Count of handled and unhandled exceptions reported to windows, including .NET exceptions and unmanaged exceptions that are converted into .NET exceptions.",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/performanceCounters/processIOBytesPerSecond",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Performance counters",
      "name": {
        "value": "performanceCounters/processIOBytesPerSecond",
        "localizedValue": "Process IO rate"
      },
      "displayDescription": "Total bytes per second read and written to files, network and devices.",
      "isDimensionRequired": false,
      "unit": "BytesPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/performanceCounters/processCpuPercentage",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Performance counters",
      "name": {
        "value": "performanceCounters/processCpuPercentage",
        "localizedValue": "Process CPU"
      },
      "displayDescription": "The percentage of elapsed time that all process threads used the processor to execute instructions. This can vary between 0 to 100. This metric indicates the performance of w3wp process alone.",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/performanceCounters/processorCpuPercentage",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Performance counters",
      "name": {
        "value": "performanceCounters/processorCpuPercentage",
        "localizedValue": "Processor time"
      },
      "displayDescription": "The percentage of time that the processor spends in non-idle threads.",
      "isDimensionRequired": false,
      "unit": "Percent",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/performanceCounters/memoryAvailableBytes",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Performance counters",
      "name": {
        "value": "performanceCounters/memoryAvailableBytes",
        "localizedValue": "Available memory"
      },
      "displayDescription": "Physical memory immediately available for allocation to a process or for system use.",
      "isDimensionRequired": false,
      "unit": "Bytes",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/performanceCounters/processPrivateBytes",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Performance counters",
      "name": {
        "value": "performanceCounters/processPrivateBytes",
        "localizedValue": "Process private bytes"
      },
      "displayDescription": "Memory exclusively assigned to the monitored application's processes.",
      "isDimensionRequired": false,
      "unit": "Bytes",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/requests/duration",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Server",
      "name": {
        "value": "requests/duration",
        "localizedValue": "Server response time"
      },
      "displayDescription": "Time between receiving an HTTP request and finishing sending the response.",
      "isDimensionRequired": false,
      "unit": "MilliSeconds",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average",
        "Maximum",
        "Minimum"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "request/performanceBucket",
          "localizedValue": "Request performance"
        },
        {
          "value": "request/resultCode",
          "localizedValue": "Result code"
        },
        {
          "value": "operation/synthetic",
          "localizedValue": "Is traffic synthetic"
        },
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        },
        {
          "value": "request/success",
          "localizedValue": "Successful request"
        },
        {
          "value": "cloud/roleName",
          "localizedValue": "Cloud role name"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/requests/count",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Server",
      "name": {
        "value": "requests/count",
        "localizedValue": "Server requests"
      },
      "displayDescription": "Count of HTTP requests completed.",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Count",
      "supportedAggregationTypes": [
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "request/performanceBucket",
          "localizedValue": "Request performance"
        },
        {
          "value": "request/resultCode",
          "localizedValue": "Result code"
        },
        {
          "value": "operation/synthetic",
          "localizedValue": "Is traffic synthetic"
        },
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        },
        {
          "value": "request/success",
          "localizedValue": "Successful request"
        },
        {
          "value": "cloud/roleName",
          "localizedValue": "Cloud role name"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/requests/failed",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Failures",
      "name": {
        "value": "requests/failed",
        "localizedValue": "Failed requests"
      },
      "displayDescription": "Count of HTTP requests marked as failed. In most cases these are requests with a response code >= 400 and not equal to 401.",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Count",
      "supportedAggregationTypes": [
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "request/performanceBucket",
          "localizedValue": "Request performance"
        },
        {
          "value": "request/resultCode",
          "localizedValue": "Result code"
        },
        {
          "value": "operation/synthetic",
          "localizedValue": "Is traffic synthetic"
        },
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        },
        {
          "value": "cloud/roleName",
          "localizedValue": "Cloud role name"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/requests/rate",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Server",
      "name": {
        "value": "requests/rate",
        "localizedValue": "Server request rate"
      },
      "displayDescription": "Rate of server requests per second",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "request/performanceBucket",
          "localizedValue": "Request performance"
        },
        {
          "value": "request/resultCode",
          "localizedValue": "Result code"
        },
        {
          "value": "operation/synthetic",
          "localizedValue": "Is traffic synthetic"
        },
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        },
        {
          "value": "request/success",
          "localizedValue": "Successful request"
        },
        {
          "value": "cloud/roleName",
          "localizedValue": "Cloud role name"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/exceptions/count",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Failures",
      "name": {
        "value": "exceptions/count",
        "localizedValue": "Exceptions"
      },
      "displayDescription": "Combined count of all uncaught exceptions.",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Count",
      "supportedAggregationTypes": [
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "cloud/roleName",
          "localizedValue": "Cloud role name"
        },
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        },
        {
          "value": "client/type",
          "localizedValue": "Device type"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/exceptions/browser",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Failures",
      "name": {
        "value": "exceptions/browser",
        "localizedValue": "Browser exceptions"
      },
      "displayDescription": "Count of uncaught exceptions thrown in the browser.",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Count",
      "supportedAggregationTypes": [
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "cloud/roleName",
          "localizedValue": "Cloud role name"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/exceptions/server",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Failures",
      "name": {
        "value": "exceptions/server",
        "localizedValue": "Server exceptions"
      },
      "displayDescription": "Count of uncaught exceptions thrown in the server application.",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Count",
      "supportedAggregationTypes": [
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "cloud/roleName",
          "localizedValue": "Cloud role name"
        },
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        }
      ]
    },
    {
      "id": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill/providers/microsoft.insights/metricdefinitions/traces/count",
      "resourceId": "/subscriptions/182c901a-129a-4f5d-86e4-cc6b294590a2/resourceGroups/hyr-log/providers/microsoft.insights/components/f1-bill",
      "namespace": "microsoft.insights/components",
      "category": "Usage",
      "name": {
        "value": "traces/count",
        "localizedValue": "Traces"
      },
      "displayDescription": "Trace document count",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Count",
      "supportedAggregationTypes": [
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "trace/severityLevel",
          "localizedValue": "Severity level"
        },
        {
          "value": "operation/synthetic",
          "localizedValue": "Is traffic synthetic"
        },
        {
          "value": "cloud/roleName",
          "localizedValue": "Cloud role name"
        },
        {
          "value": "cloud/roleInstance",
          "localizedValue": "Cloud role instance"
        }
      ]
    }
  ]
}

Get Metric Definitions without filter

샘플 요청

GET https://management.azure.com/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricDefinitions/providers/Microsoft.Insights/metricDefinitions?api-version=2023-10-01&metricnamespace=Microsoft.Web/sites

샘플 응답

{
  "value": [
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/CpuTime",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "CpuTime",
        "localizedValue": "CPU Time"
      },
      "isDimensionRequired": false,
      "unit": "Seconds",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/Requests",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "Requests",
        "localizedValue": "Requests"
      },
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/BytesReceived",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "BytesReceived",
        "localizedValue": "Data In"
      },
      "isDimensionRequired": false,
      "unit": "Bytes",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/BytesSent",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "BytesSent",
        "localizedValue": "Data Out"
      },
      "isDimensionRequired": false,
      "unit": "Bytes",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/Http101",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "Http101",
        "localizedValue": "Http 101"
      },
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/Http2xx",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "Http2xx",
        "localizedValue": "Http 2xx"
      },
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/Http3xx",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "Http3xx",
        "localizedValue": "Http 3xx"
      },
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/Http401",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "Http401",
        "localizedValue": "Http 401"
      },
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/Http403",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "Http403",
        "localizedValue": "Http 403"
      },
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/Http404",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "Http404",
        "localizedValue": "Http 404"
      },
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/Http406",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "Http406",
        "localizedValue": "Http 406"
      },
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/Http4xx",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "Http4xx",
        "localizedValue": "Http 4xx"
      },
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/Http5xx",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "Http5xx",
        "localizedValue": "Http Server Errors"
      },
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Total",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/MemoryWorkingSet",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "MemoryWorkingSet",
        "localizedValue": "Memory working set"
      },
      "isDimensionRequired": false,
      "unit": "Bytes",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/AverageMemoryWorkingSet",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "AverageMemoryWorkingSet",
        "localizedValue": "Average memory working set"
      },
      "isDimensionRequired": false,
      "unit": "Bytes",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    },
    {
      "id": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest/providers/microsoft.insights/metricdefinitions/AverageResponseTime",
      "resourceId": "/subscriptions/07c0b09d-9f69-4e6e-8d05-f59f67299cb2/resourceGroups/Rac46PostSwapRG/providers/Microsoft.Web/sites/alertruleTest",
      "namespace": "Microsoft.Web/sites",
      "name": {
        "value": "AverageResponseTime",
        "localizedValue": "Average Response Time"
      },
      "isDimensionRequired": false,
      "unit": "Seconds",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "None",
        "Average",
        "Minimum",
        "Maximum",
        "Total",
        "Count"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "Instance",
          "localizedValue": "Instance"
        }
      ]
    }
  ]
}
{
  "code": "BadRequest",
  "message": "ApiVersion: 2018-01-01 does not support query metricdefinitions at non Arm resource Id level"
}

Get StorageCache Metric Definitions with metric class

샘플 요청

GET https://management.azure.com/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/Microsoft.Insights/metricDefinitions?api-version=2023-10-01&metricnamespace=microsoft.storagecache/caches

샘플 응답

{
  "value": [
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/ClientIOPS",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "ClientIOPS",
        "localizedValue": "Total Client IOPS"
      },
      "displayDescription": "The rate of client file operations processed by the Cache.",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/ClientLatency",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Latency",
      "name": {
        "value": "ClientLatency",
        "localizedValue": "Average Client Latency"
      },
      "displayDescription": "Average latency of client file operations to the Cache.",
      "isDimensionRequired": false,
      "unit": "MilliSeconds",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/ClientReadIOPS",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "ClientReadIOPS",
        "localizedValue": "Client Read IOPS"
      },
      "displayDescription": "Client read operations per second.",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/ClientReadThroughput",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "ClientReadThroughput",
        "localizedValue": "Average Cache Read Throughput"
      },
      "displayDescription": "Client read data transfer rate.",
      "isDimensionRequired": false,
      "unit": "BytesPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/ClientWriteIOPS",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "ClientWriteIOPS",
        "localizedValue": "Client Write IOPS"
      },
      "displayDescription": "Client write operations per second.",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/ClientWriteThroughput",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "ClientWriteThroughput",
        "localizedValue": "Average Cache Write Throughput"
      },
      "displayDescription": "Client write data transfer rate.",
      "isDimensionRequired": false,
      "unit": "BytesPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/ClientMetadataReadIOPS",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "ClientMetadataReadIOPS",
        "localizedValue": "Client Metadata Read IOPS"
      },
      "displayDescription": "The rate of client file operations sent to the Cache, excluding data reads, that do not modify persistent state.",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/ClientMetadataWriteIOPS",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "ClientMetadataWriteIOPS",
        "localizedValue": "Client Metadata Write IOPS"
      },
      "displayDescription": "The rate of client file operations sent to the Cache, excluding data writes, that modify persistent state.",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/ClientLockIOPS",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "ClientLockIOPS",
        "localizedValue": "Client Lock IOPS"
      },
      "displayDescription": "Client file locking operations per second.",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/StorageTargetHealth",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Errors",
      "name": {
        "value": "StorageTargetHealth",
        "localizedValue": "Storage Target Health"
      },
      "displayDescription": "Boolean results of connectivity test between the Cache and Storage Targets.",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/Uptime",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Availability",
      "name": {
        "value": "Uptime",
        "localizedValue": "Uptime"
      },
      "displayDescription": "Boolean results of connectivity test between the Cache and monitoring system.",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/StorageTargetIOPS",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "StorageTargetIOPS",
        "localizedValue": "Total StorageTarget IOPS"
      },
      "displayDescription": "The rate of all file operations the Cache sends to a particular StorageTarget.",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "StorageTarget",
          "localizedValue": "StorageTarget"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/StorageTargetWriteIOPS",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "StorageTargetWriteIOPS",
        "localizedValue": "StorageTarget Write IOPS"
      },
      "displayDescription": "The rate of the file write operations the Cache sends to a particular StorageTarget.",
      "isDimensionRequired": false,
      "unit": "Count",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "StorageTarget",
          "localizedValue": "StorageTarget"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/StorageTargetAsyncWriteThroughput",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "StorageTargetAsyncWriteThroughput",
        "localizedValue": "StorageTarget Asynchronous Write Throughput"
      },
      "displayDescription": "The rate the Cache asynchronously writes data to a particular StorageTarget. These are opportunistic writes that do not cause clients to block.",
      "isDimensionRequired": false,
      "unit": "BytesPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "StorageTarget",
          "localizedValue": "StorageTarget"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/StorageTargetSyncWriteThroughput",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "StorageTargetSyncWriteThroughput",
        "localizedValue": "StorageTarget Synchronous Write Throughput"
      },
      "displayDescription": "The rate the Cache synchronously writes data to a particular StorageTarget. These are writes that do cause clients to block.",
      "isDimensionRequired": false,
      "unit": "BytesPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "StorageTarget",
          "localizedValue": "StorageTarget"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/StorageTargetTotalWriteThroughput",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "StorageTargetTotalWriteThroughput",
        "localizedValue": "StorageTarget Total Write Throughput"
      },
      "displayDescription": "The total rate that the Cache writes data to a particular StorageTarget.",
      "isDimensionRequired": false,
      "unit": "BytesPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "StorageTarget",
          "localizedValue": "StorageTarget"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/StorageTargetLatency",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "StorageTargetLatency",
        "localizedValue": "StorageTarget Latency"
      },
      "displayDescription": "The average round trip latency of all the file operations the Cache sends to a partricular StorageTarget.",
      "isDimensionRequired": false,
      "unit": "MilliSeconds",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "StorageTarget",
          "localizedValue": "StorageTarget"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/StorageTargetMetadataReadIOPS",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "StorageTargetMetadataReadIOPS",
        "localizedValue": "StorageTarget Metadata Read IOPS"
      },
      "displayDescription": "The rate of file operations that do not modify persistent state, and excluding the read operation, that the Cache sends to a particular StorageTarget.",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "StorageTarget",
          "localizedValue": "StorageTarget"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/StorageTargetMetadataWriteIOPS",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "StorageTargetMetadataWriteIOPS",
        "localizedValue": "StorageTarget Metadata Write IOPS"
      },
      "displayDescription": "The rate of file operations that do modify persistent state and excluding the write operation, that the Cache sends to a particular StorageTarget.",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "StorageTarget",
          "localizedValue": "StorageTarget"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/StorageTargetReadIOPS",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "StorageTargetReadIOPS",
        "localizedValue": "StorageTarget Read IOPS"
      },
      "displayDescription": "The rate of file read operations the Cache sends to a particular StorageTarget.",
      "isDimensionRequired": false,
      "unit": "CountPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "StorageTarget",
          "localizedValue": "StorageTarget"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/StorageTargetReadAheadThroughput",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "StorageTargetReadAheadThroughput",
        "localizedValue": "StorageTarget Read Ahead Throughput"
      },
      "displayDescription": "The rate the Cache opportunisticly reads data from the StorageTarget.",
      "isDimensionRequired": false,
      "unit": "BytesPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "StorageTarget",
          "localizedValue": "StorageTarget"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/StorageTargetFillThroughput",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "StorageTargetFillThroughput",
        "localizedValue": "StorageTarget Fill Throughput"
      },
      "displayDescription": "The rate the Cache reads data from the StorageTarget to handle a cache miss.",
      "isDimensionRequired": false,
      "unit": "BytesPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "StorageTarget",
          "localizedValue": "StorageTarget"
        }
      ]
    },
    {
      "id": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache/providers/microsoft.insights/metricdefinitions/StorageTargetTotalReadThroughput",
      "resourceId": "/subscriptions/46841c0e-69c8-4b17-af46-6626ecb15fc2/resourceGroups/adgarntptestrg/providers/Microsoft.StorageCache/caches/adgarntptestcache",
      "namespace": "microsoft.storagecache/caches",
      "metricClass": "Transactions",
      "name": {
        "value": "StorageTargetTotalReadThroughput",
        "localizedValue": "StorageTarget Total Read Throughput"
      },
      "displayDescription": "The total rate that the Cache reads data from a particular StorageTarget.",
      "isDimensionRequired": false,
      "unit": "BytesPerSecond",
      "primaryAggregationType": "Average",
      "supportedAggregationTypes": [
        "Minimum",
        "Maximum",
        "Average"
      ],
      "metricAvailabilities": [
        {
          "timeGrain": "PT1M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT5M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT15M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT30M",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT1H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT6H",
          "retention": "P93D"
        },
        {
          "timeGrain": "PT12H",
          "retention": "P93D"
        },
        {
          "timeGrain": "P1D",
          "retention": "P93D"
        }
      ],
      "dimensions": [
        {
          "value": "StorageTarget",
          "localizedValue": "StorageTarget"
        }
      ]
    }
  ]
}

정의

Name Description
AggregationType

메트릭의 집계 형식입니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

ErrorResponse

오류 응답

LocalizableString

지역화 가능한 문자열 클래스입니다.

MetricAvailability

메트릭 가용성은 시간 조직(집계 간격 또는 빈도) 및 해당 시간 조직의 보존 기간을 지정합니다.

MetricClass

메트릭의 클래스입니다.

MetricDefinition

메트릭 정의 클래스는 메트릭에 대한 메타데이터를 지정합니다.

MetricDefinitionCollection

메트릭 정의의 컬렉션을 나타냅니다.

MetricUnit

메트릭의 단위입니다.

AggregationType

메트릭의 집계 형식입니다.

Name 형식 Description
Average

string

Count

string

Maximum

string

Minimum

string

None

string

Total

string

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

Name 형식 Description
info

object

추가 정보입니다.

type

string

추가 정보 유형입니다.

ErrorResponse

오류 응답

Name 형식 Description
additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

code

string

오류 코드입니다.

details

ErrorResponse[]

오류 세부 정보입니다.

message

string

오류 메시지입니다.

target

string

오류 대상입니다.

LocalizableString

지역화 가능한 문자열 클래스입니다.

Name 형식 Description
localizedValue

string

표시 이름입니다.

value

string

고정 값입니다.

MetricAvailability

메트릭 가용성은 시간 조직(집계 간격 또는 빈도) 및 해당 시간 조직의 보존 기간을 지정합니다.

Name 형식 Description
retention

string

지정된 시간 간격의 메트릭에 대한 보존 기간입니다. 기간 'PT1M', 'P1D' 등으로 표현됩니다.

timeGrain

string

시간 조직은 메트릭에 대해 지원되는 집계 간격을 지정합니다. 기간 'PT1M', 'P1D' 등으로 표현됩니다.

MetricClass

메트릭의 클래스입니다.

Name 형식 Description
Availability

string

Errors

string

Latency

string

Saturation

string

Transactions

string

MetricDefinition

메트릭 정의 클래스는 메트릭에 대한 메타데이터를 지정합니다.

Name 형식 Description
category

string

이 메트릭의 사용자 지정 범주 이름입니다.

dimensions

LocalizableString[]

차원의 이름 및 표시 이름(예: 지역화 가능한 문자열)입니다.

displayDescription

string

이 메트릭에 대한 자세한 설명입니다.

id

string

메트릭 정의의 리소스 식별자입니다.

isDimensionRequired

boolean

차원이 필요한지 여부를 나타내는 플래그입니다.

metricAvailabilities

MetricAvailability[]

쿼리할 수 있는 집계 간격의 컬렉션입니다.

metricClass

MetricClass

메트릭의 클래스입니다.

name

LocalizableString

메트릭의 이름 및 표시 이름(예: 지역화 가능한 문자열)입니다.

namespace

string

메트릭이 속한 네임스페이스입니다.

primaryAggregationType

AggregationType

표시에 값을 사용하는 방법을 정의하는 기본 집계 형식 값입니다.

resourceId

string

메트릭을 내보낸 리소스의 리소스 식별자입니다.

supportedAggregationTypes

AggregationType[]

지원되는 집계 형식의 컬렉션입니다.

unit

MetricUnit

메트릭의 단위입니다.

MetricDefinitionCollection

메트릭 정의의 컬렉션을 나타냅니다.

Name 형식 Description
value

MetricDefinition[]

메트릭 정의에 대한 값입니다.

MetricUnit

메트릭의 단위입니다.

Name 형식 Description
BitsPerSecond

string

초당 이진 숫자의 속도 단위입니다.

ByteSeconds

string

데이터 전송 또는 스토리지 단위입니다. 데이터를 전송하거나 저장하는 데 걸리는 시간(초)을 곱한 바이트 단위의 데이터 크기입니다.

Bytes

string

메모리 단위(바이트)입니다.

BytesPerSecond

string

메모리의 속도 단위(초당 바이트)입니다.

Cores

string

처리 능력 단위입니다.

Count

string

원시 수량 단위입니다.

CountPerSecond

string

초당 원시 수량의 속도 단위입니다.

MilliCores

string

CPU 코어 1/1000의 처리 능력 단위입니다.

MilliSeconds

string

1/1000초의 시간 단위입니다.

NanoCores

string

CPU 코어의 10억 분의 1에 대한 처리 능력 단위입니다.

Percent

string

백분율 단위입니다.

Seconds

string

시간 단위(초)입니다.

Unspecified

string

지정된 단위가 없습니다.