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.
JSON representation | |
---|---|
{
"metricTime": string,
"metrics": [
{
object( |
Fields | |
---|---|
metricTime |
Timestamp as of which metric values are current. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
metrics[] |
All metrics for this job. |