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

Prometheus

import type { Prometheus } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";

Prometheus settings.

interface Prometheus {
JmxExporter?: JmxExporter | null;
NodeExporter?: NodeExporter | null;
}

§Properties

§
JmxExporter?: JmxExporter | null
[src]

Indicates whether you want to turn on or turn off the JMX Exporter.

§
NodeExporter?: NodeExporter | null
[src]

Indicates whether you want to turn on or turn off the Node Exporter.