Class: DatadogAPIClient::V2::MetricEstimateAttributes

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

Overview

Object containing the definition of a metric estimate attribute.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#estimate_typeObject

Estimate type based on the queried configuration. By default, count_or_gauge is returned. distribution is returned for distribution metrics without percentiles enabled. Lastly, percentile is returned if filter[pct]=true is queried with a distribution metric.



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

def estimate_type
  @estimate_type
end

#estimated_atObject

Timestamp when the cardinality estimate was requested.



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

def estimated_at
  @estimated_at
end

#estimated_output_seriesObject

Estimated cardinality of the metric based on the queried configuration.



31
32
33
# File 'lib/datadog_api_client/v2/models/metric_estimate_attributes.rb', line 31

def estimated_output_series
  @estimated_output_series
end