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

InfraUsage

import type { InfraUsage } from "https://googleapis.deno.dev/v1/language:v2.ts";

Infra Usage of billing metrics. Next ID: 6

interface InfraUsage {
cpuMetrics?: CpuMetric[];
diskMetrics?: DiskMetric[];
gpuMetrics?: GpuMetric[];
ramMetrics?: RamMetric[];
tpuMetrics?: TpuMetric[];
}

§Properties

§
cpuMetrics?: CpuMetric[]
[src]

Aggregated core metrics since requested start_time.

§
diskMetrics?: DiskMetric[]
[src]

Aggregated persistent disk metrics since requested start_time.

§
gpuMetrics?: GpuMetric[]
[src]

Aggregated gpu metrics since requested start_time.

§
ramMetrics?: RamMetric[]
[src]

Aggregated ram metrics since requested start_time.

§
tpuMetrics?: TpuMetric[]
[src]

Aggregated tpu metrics since requested start_time.