Class: DatadogAPIClient::V2::MetricSuggestedTagsAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/metric_suggested_tags_attributes.rb

Overview

Object containing the definition of a metric's actively queried tags and aggregations.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#active_aggregationsObject

List of aggregation combinations that have been actively queried.



25
26
27
# File 'lib/datadog_api_client/v2/models/metric_suggested_tags_attributes.rb', line 25

def active_aggregations
  @active_aggregations
end

#active_tagsObject

List of tag keys that have been actively queried.



28
29
30
# File 'lib/datadog_api_client/v2/models/metric_suggested_tags_attributes.rb', line 28

def active_tags
  @active_tags
end