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.
1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1320 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.
1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1320 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 |