tag_configurations
Overview
Name | tag_configurations |
Type | Resource |
Id | datadog.metrics.tag_configurations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The metric name for this resource. |
MetricTagConfiguration_id | string | The metric name for this resource. |
MetricTagConfiguration_type | string | The metric tag configuration resource type. |
attributes | object | Object containing the definition of a metric tag configuration attributes. |
type | string | The metric resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_tag_configurations | SELECT | dd_site | Returns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified). |
create_tag_configuration | INSERT | metric_name, data__data, dd_site | Create and define a list of queryable tag keys for an existing count/gauge/rate/distribution metric. Optionally, include percentile aggregations on any distribution metric or configure custom aggregations on any count, rate, or gauge metric. By setting exclude_tags_mode to true the behavior is changedfrom an allow-list to a deny-list, and tags in the defined list will not be queryable. Can only be used with application keys of users with the Manage Tags for Metrics permission. |
delete_tag_configuration | DELETE | metric_name, dd_site | Deletes a metric's tag configuration. Can only be used with application keys from users with the Manage Tags for Metrics permission. |
_list_tag_configurations | EXEC | dd_site | Returns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified). |
update_tag_configuration | EXEC | metric_name, data__data, dd_site | Update the tag configuration of a metric or percentile aggregations of a distribution metric or custom aggregations of a count, rate, or gauge metric. By setting exclude_tags_mode to true the behavior is changedfrom an allow-list to a deny-list, and tags in the defined list will not be queryable. Can only be used with application keys from users with the Manage Tags for Metrics permission. This endpoint requiresa tag configuration to be created first. |