Class: Google::Cloud::Dataproc::V1::ClusterMetrics
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dataproc::V1::ClusterMetrics
 
 
- Defined in:
 - lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb
 
Overview
Contains cluster daemon metrics, such as HDFS and YARN stats.
Beta Feature: This report is available for testing purposes only. It may be changed before final release.
Instance Attribute Summary collapse
- 
  
    
      #hdfs_metrics  ⇒ Hash{String => Integer} 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The HDFS metrics.
 - 
  
    
      #yarn_metrics  ⇒ Hash{String => Integer} 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The YARN metrics.
 
Instance Attribute Details
#hdfs_metrics ⇒ Hash{String => Integer}
Returns The HDFS metrics.
      375  | 
    
      # File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 375 class ClusterMetrics; end  | 
  
#yarn_metrics ⇒ Hash{String => Integer}
Returns The YARN metrics.
      375  | 
    
      # File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 375 class ClusterMetrics; end  |