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

ClusterMetrics

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

Contains cluster daemon metrics, such as HDFS and YARN stats.Beta Feature: This report is available for testing purposes only. It may be changed before final release.

interface ClusterMetrics {
hdfsMetrics?: {
[key: string]: bigint;
}
;
yarnMetrics?: {
[key: string]: bigint;
}
;
}

§Properties

§
hdfsMetrics?: {
[key: string]: bigint;
}
[src]

The HDFS metrics.

§
yarnMetrics?: {
[key: string]: bigint;
}
[src]

YARN metrics.