MetricValue
import type { MetricValue } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";
The value of a metric along with its name and labels.
interface MetricValue {
metric?: string;
metricLabels?: {};
[key: string]: string;
valueGauge64?: DataflowGaugeValue;
valueHistogram?: DataflowHistogramValue;
valueInt64?: bigint;
}§Properties
§
valueGauge64?: DataflowGaugeValue
[src]Non-cumulative int64 value of this metric.
§
valueHistogram?: DataflowHistogramValue
[src]Histogram value of this metric.