Class: DatadogAPIClient::V2::MetricEstimateAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::MetricEstimateAttributes
 
 
- 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
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #estimate_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Estimate type based on the queried configuration.
 - 
  
    
      #estimated_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp when the cardinality estimate was requested.
 - 
  
    
      #estimated_output_series  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Estimated cardinality of the metric based on the queried configuration.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      33 34 35  | 
    
      # File 'lib/datadog_api_client/v2/models/metric_estimate_attributes.rb', line 33 def additional_properties @additional_properties end  | 
  
#estimate_type ⇒ Object
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=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_at ⇒ Object
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_series ⇒ Object
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  |