JobMetrics(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes |
|
---|---|
Name | Description |
metric_time |
google.protobuf.timestamp_pb2.Timestamp
Timestamp as of which metric values are current. |
metrics |
MutableSequence[google.cloud.dataflow_v1beta3.types.MetricUpdate]
All metrics for this job. |