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

Metrics

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

Resource containing usage stats for a given script, based on the supplied filter and mask present in the request.

interface Metrics {
activeUsers?: MetricsValue[];
failedExecutions?: MetricsValue[];
totalExecutions?: MetricsValue[];
}

§Properties

§
activeUsers?: MetricsValue[]
[src]

Number of active users.

§
failedExecutions?: MetricsValue[]
[src]

Number of failed executions.

§
totalExecutions?: MetricsValue[]
[src]

Number of total executions.