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

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

§
metricsNamespace?: string
[src]

The namespace of these metrics on the worker.

§
metricValues?: MetricValue[]
[src]

Optional. Metrics that are recorded for this namespace and unfused step.

§
originalStep?: string
[src]

The original system name of the unfused step that these metrics are reported from.