Class: DatadogAPIClient::V2::MetricTagConfigurationAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MetricTagConfigurationAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb
Overview
Object containing the definition of a metric tag configuration attributes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aggregations ⇒ Object
Deprecated.
-
#created_at ⇒ Object
Timestamp when the tag configuration was created.
-
#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 or exclude percentile aggregations for distribution metrics.
-
#metric_type ⇒ Object
The metric’s type.
-
#modified_at ⇒ Object
Timestamp when the tag configuration was last modified.
-
#tags ⇒ Object
List of tag keys on which to group.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb', line 48 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_attributes.rb', line 25 def aggregations @aggregations end |
#created_at ⇒ Object
Timestamp when the tag configuration was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb', line 28 def created_at @created_at 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.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb', line 33 def @exclude_tags_mode end |
#include_percentiles ⇒ Object
Toggle to include or exclude percentile aggregations for distribution metrics. Only present when the ‘metric_type` is `distribution`.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb', line 37 def include_percentiles @include_percentiles end |
#metric_type ⇒ Object
The metric’s type.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb', line 40 def metric_type @metric_type end |
#modified_at ⇒ Object
Timestamp when the tag configuration was last modified.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb', line 43 def modified_at @modified_at end |
#tags ⇒ Object
List of tag keys on which to group.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb', line 46 def @tags end |