PerStepNamespaceMetrics
import type { PerStepNamespaceMetrics } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";Metrics for a particular unfused step and namespace. A metric is uniquely
identified by the metrics_namespace, original_step, metric name and
metric_labels.
interface PerStepNamespaceMetrics {
metricsNamespace?: string;
metricValues?: MetricValue[];
originalStep?: string;
}§Properties
§
metricValues?: MetricValue[]
[src]Optional. Metrics that are recorded for this namespace and unfused step.