Skip to main content

adds_services_metric_metadata

Creates, updates, deletes, gets or lists a adds_services_metric_metadata resource.

Overview

Nameadds_services_metric_metadata
TypeResource
Idazure.ad_hybrid_health_service.adds_services_metric_metadata

Fields

NameDatatypeDescription
displayNamestringThe display name for the metric.
groupingsarrayThe groupings for the metrics.
isDefaultbooleanIndicates if the metric is a default metric or not.
isDevOpsbooleanIndicates if the metric is visible to DevOps or not.
isPerfCounterbooleanIndicates if the metric is a performance counter metric or not.
kindstringIndicates whether the dashboard to represent the metric is a line, bar,pie, area or donut chart.
maxValueintegerThe maximum value.
metricNamestringThe metric name
metricsProcessorClassNamestringThe name of the class which retrieve and process the metric.
minValueintegerThe minimum value.
valueKindstringIndicates if the metrics is a rate,value, percent or duration type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTmetricName, serviceNameGets the service related metric information.
listSELECTserviceNameGets the service related metrics information.

SELECT examples

Gets the service related metrics information.

SELECT
displayName,
groupings,
isDefault,
isDevOps,
isPerfCounter,
kind,
maxValue,
metricName,
metricsProcessorClassName,
minValue,
valueKind
FROM azure.ad_hybrid_health_service.adds_services_metric_metadata
WHERE serviceName = '{{ serviceName }}';