Class: DatadogAPIClient::V2::MetricTagConfigurationUpdateAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



54
55
56
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb', line 54

def additional_properties
  @additional_properties
end

#aggregationsObject

Deprecated. You no longer need to configure specific time and space aggregations for Metrics Without Limits.



40
41
42
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb', line 40

def aggregations
  @aggregations
end

#exclude_tags_modeObject

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.



45
46
47
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb', line 45

def exclude_tags_mode
  @exclude_tags_mode
end

#include_percentilesObject

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.



49
50
51
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb', line 49

def include_percentiles
  @include_percentiles
end

#tagsObject

A list of tag keys that will be queryable for your metric.



52
53
54
# File 'lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb', line 52

def tags
  @tags
end