adds_services_metric_metadata
Creates, updates, deletes, gets or lists a adds_services_metric_metadata
resource.
Overview
Name | adds_services_metric_metadata |
Type | Resource |
Id | azure.ad_hybrid_health_service.adds_services_metric_metadata |
Fields
Name | Datatype | Description |
---|---|---|
displayName | string | The display name for the metric. |
groupings | array | The groupings for the metrics. |
isDefault | boolean | Indicates if the metric is a default metric or not. |
isDevOps | boolean | Indicates if the metric is visible to DevOps or not. |
isPerfCounter | boolean | Indicates if the metric is a performance counter metric or not. |
kind | string | Indicates whether the dashboard to represent the metric is a line, bar,pie, area or donut chart. |
maxValue | integer | The maximum value. |
metricName | string | The metric name |
metricsProcessorClassName | string | The name of the class which retrieve and process the metric. |
minValue | integer | The minimum value. |
valueKind | string | Indicates if the metrics is a rate,value, percent or duration type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | metricName, serviceName | Gets the service related metric information. |
list | SELECT | serviceName | Gets 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 }}';