Class: DatadogAPIClient::V2::LogsMetricResponseAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::LogsMetricResponseAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/logs_metric_response_attributes.rb
 
Overview
The object describing a Datadog log-based metric.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #compute  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The compute rule to compute the log-based metric.
 - 
  
    
      #filter  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The log-based metric filter.
 - 
  
    
      #group_by  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The rules for the group by.
 
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/logs_metric_response_attributes.rb', line 33 def additional_properties @additional_properties end  | 
  
#compute ⇒ Object
The compute rule to compute the log-based metric.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/logs_metric_response_attributes.rb', line 25 def compute @compute end  | 
  
#filter ⇒ Object
The log-based metric filter. Logs matching this filter will be aggregated in this metric.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/logs_metric_response_attributes.rb', line 28 def filter @filter end  | 
  
#group_by ⇒ Object
The rules for the group by.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/logs_metric_response_attributes.rb', line 31 def group_by @group_by end  |