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 (
|
| Fields | |
|---|---|
metricTime
|
Timestamp as of which metric values are current. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
metrics[]
|
All metrics for this job. |

