active_metric_configurations
Overview
Name | active_metric_configurations |
Type | Resource |
Id | datadog.metrics.active_metric_configurations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The metric name for this resource. |
attributes | object | Object containing the definition of a metric's actively queried tags and aggregations. |
type | string | The metric actively queried configuration resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_active_metric_configurations | SELECT | metric_name, dd_site | List tags and aggregations that are actively queried on dashboards and monitors for a given metric name. |
create_bulk_tags_metrics_configuration | INSERT | data__data, dd_site | Create 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 tothe 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_configuration | DELETE | data__data, dd_site | Delete 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_configurations | EXEC | metric_name, dd_site | List tags and aggregations that are actively queried on dashboards and monitors for a given metric name. |