Class: Google::Cloud::Dataflow::V1beta3::JobMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::JobMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/metrics.rb
Overview
JobMetrics contains a collection of metrics describing the detailed progress of a Dataflow job. Metrics correspond to user-defined and system-defined metrics in the job.
This resource captures only the most recent values of each metric; time-series data can be queried for them (under the same metric names) from Cloud Monitoring.
Instance Attribute Summary collapse
-
#metric_time ⇒ ::Google::Protobuf::Timestamp
Timestamp as of which metric values are current.
-
#metrics ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::MetricUpdate>
All metrics for this job.
Instance Attribute Details
#metric_time ⇒ ::Google::Protobuf::Timestamp
Returns Timestamp as of which metric values are current.
151 152 153 154 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 151 class JobMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metrics ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::MetricUpdate>
Returns All metrics for this job.
151 152 153 154 |
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 151 class JobMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |