Class: DatadogAPIClient::V2::TagIndexingRuleUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TagIndexingRuleUpdateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/tag_indexing_rule_update_attributes.rb
Overview
Attributes for updating a tag indexing rule. All fields are optional; omitted fields are unchanged.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#exclude_tags_mode ⇒ Object
When true, the rule excludes the listed tags and indexes all others.
-
#ignored_metric_name_matches ⇒ Object
Metric name prefixes excluded from the rule's scope.
-
#metric_name_matches ⇒ Object
Metric name prefixes (glob patterns) this rule applies to.
-
#name ⇒ Object
Human-readable name for the rule.
-
#options ⇒ Object
Versioned configuration options for a tag indexing rule.
-
#rule_order ⇒ Object
Desired evaluation order.
-
#tags ⇒ Object
Tag keys managed by this rule.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_update_attributes.rb', line 45 def additional_properties @additional_properties end |
#exclude_tags_mode ⇒ Object
When true, the rule excludes the listed tags and indexes all others.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_update_attributes.rb', line 25 def @exclude_tags_mode end |
#ignored_metric_name_matches ⇒ Object
Metric name prefixes excluded from the rule's scope.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_update_attributes.rb', line 28 def ignored_metric_name_matches @ignored_metric_name_matches end |
#metric_name_matches ⇒ Object
Metric name prefixes (glob patterns) this rule applies to.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_update_attributes.rb', line 31 def metric_name_matches @metric_name_matches end |
#name ⇒ Object
Human-readable name for the rule.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_update_attributes.rb', line 34 def name @name end |
#options ⇒ Object
Versioned configuration options for a tag indexing rule.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_update_attributes.rb', line 37 def @options end |
#rule_order ⇒ Object
Desired evaluation order. Returns 409 if the value conflicts with another rule; use POST /api/v2/metrics/tag-indexing-rules/order for atomic re-sequencing.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_update_attributes.rb', line 40 def rule_order @rule_order end |
#tags ⇒ Object
Tag keys managed by this rule.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/tag_indexing_rule_update_attributes.rb', line 43 def @tags end |