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

Metrics

import type { Metrics } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";

Metrics represents the metrics for a database resource.

interface Metrics {
currentMemoryUsedBytes?: MetricData;
currentStorageUsedBytes?: MetricData;
nodeCount?: MetricData;
p95CpuUtilization?: MetricData;
p99CpuUtilization?: MetricData;
peakMemoryUtilization?: MetricData;
peakNumberConnections?: MetricData;
peakStorageUtilization?: MetricData;
processingUnitCount?: MetricData;
}

§Properties

§
currentMemoryUsedBytes?: MetricData
[src]

Current memory used by the resource in bytes.

§
currentStorageUsedBytes?: MetricData
[src]

Current storage used by the resource in bytes.

§
nodeCount?: MetricData
[src]

Number of nodes in instance for spanner or bigtable.

§
p95CpuUtilization?: MetricData
[src]

P95 CPU utilization observed for the resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).

§
p99CpuUtilization?: MetricData
[src]

P99 CPU utilization observed for the resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).

§
peakMemoryUtilization?: MetricData
[src]

Peak memory utilization observed for the resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).

§
peakNumberConnections?: MetricData
[src]

Peak number of connections observed for the resource. The value is a positive integer.

§
peakStorageUtilization?: MetricData
[src]

Peak storage utilization observed for the resource. The value is a fraction between 0.0 and 1.0 (may momentarily exceed 1.0 in some cases).

§
processingUnitCount?: MetricData
[src]

Number of processing units in spanner.