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

MonitoringDestination

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

Configuration of a specific monitoring destination (the producer project or the consumer project).

interface MonitoringDestination {
metrics?: string[];
monitoredResource?: string;
}

§Properties

§
metrics?: string[]
[src]

Types of the metrics to report to this monitoring destination. Each type must be defined in Service.metrics section.

§
monitoredResource?: string
[src]

The monitored resource type. The type must be defined in Service.monitored_resources section.