Class: Google::Cloud::Dataproc::V1::ClusterMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ClusterMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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.
Defined Under Namespace
Classes: HdfsMetricsEntry, YarnMetricsEntry
Instance Attribute Summary collapse
-
#hdfs_metrics ⇒ ::Google::Protobuf::Map{::String => ::Integer}
The HDFS metrics.
-
#yarn_metrics ⇒ ::Google::Protobuf::Map{::String => ::Integer}
YARN metrics.
Instance Attribute Details
#hdfs_metrics ⇒ ::Google::Protobuf::Map{::String => ::Integer}
Returns The HDFS metrics.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1105 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 YARN metrics.
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1105 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 |