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

PrometheusInfo

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

Prometheus settings.

interface PrometheusInfo {
JmxExporter?: JmxExporterInfo | null;
NodeExporter?: NodeExporterInfo | null;
}

§Properties

§
JmxExporter?: JmxExporterInfo | null
[src]

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

§
NodeExporter?: NodeExporterInfo | null
[src]

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