Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JobMetrics

import type { JobMetrics } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

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] (https://cloud.google.com/dataflow/docs/guides/using-monitoring-intf). 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.

interface JobMetrics {
metrics?: MetricUpdate[];
metricTime?: Date;
}

§Properties

§
metrics?: MetricUpdate[]
[src]

All metrics for this job.

§
metricTime?: Date
[src]

Timestamp as of which metric values are current.