Class: DatadogAPIClient::V2::MetricTagConfigurationUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MetricTagConfigurationUpdateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb
Overview
Object containing the definition of a metric tag configuration to be updated.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aggregations ⇒ Object
Deprecated.
-
#exclude_tags_mode ⇒ Object
When set to true, the configuration will exclude the configured tags and include any other submitted tags.
-
#include_percentiles ⇒ Object
Toggle to include/exclude percentiles for a distribution metric.
-
#tags ⇒ Object
A list of tag keys that will be queryable for your metric.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb', line 39 def additional_properties @additional_properties end |
#aggregations ⇒ Object
Deprecated. You no longer need to configure specific time and space aggregations for Metrics Without Limits.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb', line 25 def aggregations @aggregations end |
#exclude_tags_mode ⇒ Object
When set to true, the configuration will exclude the configured tags and include any other submitted tags. When set to false, the configuration will include the configured tags and exclude any other submitted tags. Defaults to false. Requires ‘tags` property.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb', line 30 def @exclude_tags_mode end |
#include_percentiles ⇒ Object
Toggle to include/exclude percentiles for a distribution metric. Defaults to false. Can only be applied to metrics that have a ‘metric_type` of `distribution`.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb', line 34 def include_percentiles @include_percentiles end |
#tags ⇒ Object
A list of tag keys that will be queryable for your metric.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb', line 37 def @tags end |