Skip to main content

tag_configurations

Overview

Nametag_configurations
TypeResource
Iddatadog.metrics.tag_configurations

Fields

NameDatatypeDescription
idstringThe metric name for this resource.
MetricTagConfiguration_idstringThe metric name for this resource.
MetricTagConfiguration_typestringThe metric tag configuration resource type.
attributesobjectObject containing the definition of a metric tag configuration attributes.
typestringThe metric resource type.

Methods

NameAccessible byRequired ParamsDescription
list_tag_configurationsSELECTdd_siteReturns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified).
create_tag_configurationINSERTmetric_name, data__data, dd_siteCreate 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 changed
from 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_configurationDELETEmetric_name, dd_siteDeletes a metric's tag configuration. Can only be used with application
keys from users with the Manage Tags for Metrics permission.
_list_tag_configurationsEXECdd_siteReturns all metrics that can be configured in the Metrics Summary page or with Metrics without Limits™ (matching additional filters if specified).
update_tag_configurationEXECmetric_name, data__data, dd_siteUpdate 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 changed
from 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 requires
a tag configuration to be created first.