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

XPSMetricEntry

import type { XPSMetricEntry } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSMetricEntry {
argentumMetricId?: string;
doubleValue?: number;
int64Value?: bigint;
metricName?: string;
systemLabels?: XPSMetricEntryLabel[];
}

§Properties

§
argentumMetricId?: string
[src]

For billing metrics that are using legacy sku's, set the legacy billing metric id here. This will be sent to Chemist as the "cloudbilling.googleapis.com/argentum_metric_id" label. Otherwise leave empty.

§
doubleValue?: number
[src]

A double value.

§
int64Value?: bigint
[src]

A signed 64-bit integer value.

§
metricName?: string
[src]

The metric name defined in the service configuration.

§
systemLabels?: XPSMetricEntryLabel[]
[src]

Billing system labels for this (metric, value) pair.