Class: Google::Cloud::Dataproc::V1beta2::ClusterMetrics

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1beta2/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.

Defined Under Namespace

Classes: HdfsMetricsEntry, YarnMetricsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#hdfs_metrics::Google::Protobuf::Map{::String => ::Integer}

Returns The HDFS metrics.

Returns:

  • (::Google::Protobuf::Map{::String => ::Integer})

    The HDFS metrics.



753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 753

class ClusterMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Integer]
  class HdfsMetricsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Integer]
  class YarnMetricsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#yarn_metrics::Google::Protobuf::Map{::String => ::Integer}

Returns The YARN metrics.

Returns:

  • (::Google::Protobuf::Map{::String => ::Integer})

    The YARN metrics.



753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 753

class ClusterMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Integer]
  class HdfsMetricsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Integer]
  class YarnMetricsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end