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

NodeSloMetadata

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

Node information for custom per-node SLO implementations. SSA does not support per-node SLO, but producers can populate per-node information in SloMetadata for custom precomputations. SSA Eligibility Exporter will emit per-node metric based on this information.

interface NodeSloMetadata {
location?: string;
nodeId?: string;
perSliEligibility?: PerSliSloEligibility;
}

§Properties

§
location?: string
[src]

The location of the node, if different from instance location.

§
nodeId?: string
[src]

The id of the node. This should be equal to SaasInstanceNode.node_id.

§
perSliEligibility?: PerSliSloEligibility
[src]

If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs.