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

DerivedMetric

import type { DerivedMetric } from "https://googleapis.deno.dev/v1/spanner:v1.ts";

A message representing a derived metric.

interface DerivedMetric {
denominator?: LocalizedString;
numerator?: LocalizedString;
}

§Properties

§
denominator?: LocalizedString
[src]

The name of the denominator metric. e.g. "rows".

§

The name of the numerator metric. e.g. "latency".