JobMetrics

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. For more information, see Dataflow job metrics.

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.

JSON representation
{
  "metricTime": string,
  "metrics": [
    {
      object (MetricUpdate)
    }
  ]
}
Fields
metricTime

string (Timestamp format)

Timestamp as of which metric values are current.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

metrics[]

object (MetricUpdate)

All metrics for this job.