---
title: "GET /providers/Microsoft.ADHybridHealthService/services/{serviceName}/metricmetadata"
method: GET
path: "/providers/Microsoft.ADHybridHealthService/services/{serviceName}/metricmetadata"
tags: ["Metrics"]
---

# GET /providers/Microsoft.ADHybridHealthService/services/{serviceName}/metricmetadata

`GET /providers/Microsoft.ADHybridHealthService/services/{serviceName}/metricmetadata`

Gets the service related metrics information.

## Path parameters

- `serviceName` string, required

## Query parameters

- `$filter` string
- `perfCounter` boolean
- `api-version` string, required

## Response `200`

The list of metric metadata for a given service.

- MetricMetadataList — The list of metric metadata.
  - `nextLink` string — The link used to get the next page of operations.
  - `value` MetricMetadata[] — The value returned by the operation.
    - `metricsProcessorClassName` string — The name of the class which retrieve and process the metric.
    - `metricName` string — The metric name
    - `groupings` MetricGroup[] — The groupings for the metrics.
      - `key` string — The key for the group.
      - `displayName` string — The display name for the group.
      - `invisibleForUi` boolean — indicates if the metric group is displayed in Azure Active Directory Connect Health UI.
    - `displayName` string — The display name for the metric.
    - `valueKind` string — Indicates if the metrics is a rate,value, percent or duration type.
    - `minValue` integer — The minimum value.
    - `maxValue` integer — The maximum value.
    - `kind` string — Indicates whether the dashboard to represent the metric is a line, bar,pie, area or donut chart.
    - `isDefault` boolean — Indicates if the metric is a default metric or not.
    - `isPerfCounter` boolean — Indicates if the metric is a performance counter metric or not.
    - `isDevOps` boolean — Indicates if the metric is visible to DevOps or not.
  - `totalCount` integer — The total count of service elements.
  - `continuationToken` string — The continuation token for paginated calls.

---

[API](https://skmtc.net/azure/apis/adhybridhealthservice.md) · [All operations](https://skmtc.net/azure/apis/adhybridhealthservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/adhybridhealthservice/revisions/35cb734a789a/schema)
