Class JobMetrics (0.1.5)

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

NameDescription
metric_time google.protobuf.timestamp_pb2.Timestamp
Timestamp as of which metric values are current.
metrics Sequence[google.cloud.dataflow_v1beta3.types.MetricUpdate]
All metrics for this job.