Metrics
import type { Metrics } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";Metrics represents the metrics for a database resource.
§Properties
Current memory used by the resource in bytes.
Current storage used by the resource in bytes.
Number of nodes in instance for spanner or bigtable.
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).
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).
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).
Peak number of connections observed for the resource. The value is a positive integer.
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).
Number of processing units in spanner.