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.
1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1124 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.
1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1124 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 |