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

QueryStats

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

QueryStats contains the stats for a particular combination of query_hash, query_string and resource_type.

interface QueryStats {
inefficientQueryInfo?: InefficientQueryInfo;
normalizedQuery?: string;
queryHash?: string;
queryMetrics?: QueryMetrics;
resourceIds?: ResourceId[];
resourceType?: string;
}

§Properties

§
inefficientQueryInfo?: InefficientQueryInfo
[src]

Information about inefficient query.

§
normalizedQuery?: string
[src]

The query string is normalized query without any PII data.

§
queryHash?: string
[src]

The query hash of the query.

§
queryMetrics?: QueryMetrics
[src]

Metrics related to the query performance.

§
resourceIds?: ResourceId[]
[src]

The resource ids for which the query stats are collected.

§
resourceType?: string
[src]

The type of the resource. sqladmin.googleapis.com/Instance alloydb.googleapis.com/Cluster alloydb.googleapis.com/Instance