Skip to main content

active_metric_configurations

Overview

Nameactive_metric_configurations
TypeResource
Iddatadog.metrics.active_metric_configurations

Fields

NameDatatypeDescription
idstringThe metric name for this resource.
attributesobjectObject containing the definition of a metric's actively queried tags and aggregations.
typestringThe metric actively queried configuration resource type.

Methods

NameAccessible byRequired ParamsDescription
list_active_metric_configurationsSELECTmetric_name, dd_siteList tags and aggregations that are actively queried on dashboards and monitors for a given metric name.
create_bulk_tags_metrics_configurationINSERTdata__data, dd_siteCreate and define a list of queryable tag keys for a set of existing count, gauge, rate, and distribution metrics.
Metrics are selected by passing a metric name prefix. Use the Delete method of this API path to remove tag configurations.
Results can be sent to a set of account email addresses, just like the same operation in the Datadog web app.
If multiple calls include the same metric, the last configuration applied (not by submit order) is used, do not
expect deterministic ordering of concurrent calls. The exclude_tags_mode value will set all metrics that match the prefix to
the same exclusion state, metric tag configurations do not support mixed inclusion and exclusion for tags on the same metric.
Can only be used with application keys of users with the Manage Tags for Metrics permission.
delete_bulk_tags_metrics_configurationDELETEdata__data, dd_siteDelete all custom lists of queryable tag keys for a set of existing count, gauge, rate, and distribution metrics.
Metrics are selected by passing a metric name prefix.
Results can be sent to a set of account email addresses, just like the same operation in the Datadog web app.
Can only be used with application keys of users with the Manage Tags for Metrics permission.
_list_active_metric_configurationsEXECmetric_name, dd_siteList tags and aggregations that are actively queried on dashboards and monitors for a given metric name.