Notes / Prometheus / 11 Appendices / 4 Exporter Catalog

4 — Exporter Catalog

A lookup table of exporters covered in this book — key metrics, metric types, and what each metric tells you — for the two exporters with real worked examples in the source material.

Updated July 18, 2026 · §202607181229-40 ·
Chapter Navigation
On This Page

4 — Exporter Catalog

Purpose

A quick-reference lookup table for exporters seen in this book’s demos. This is deliberately a table, not a narrative — for install steps, systemd unit files, and TLS/auth walkthroughs, see Exporters. This chapter only restates the facts in lookup form: which metrics an exporter exposes, what type each one is, and what it tells you.

Catalogued exporters

ExporterKey metricsMetric typeWhat it tells you
Node Exporter (Linux, default port 9100)node_cpu_seconds_total{cpu, mode}CounterCumulative CPU time per core per mode (idle/user/system/iowait/etc.) — rate it to get CPU usage %
node_memory_MemTotal_bytes, node_memory_MemAvailable_bytesGaugeTotal installed memory and memory available for new allocations right now
node_filesystem_avail_bytes, node_filesystem_size_bytes, node_filesystem_free_bytesGaugeAvailable/total/free space per mountpoint+device — divide to get free/used %
node_disk_read_bytes_total, node_disk_written_bytes_totalCounterCumulative bytes read/written per disk device — rate it for throughput
node_load1, node_load5, node_load15Gauge1/5/15-minute system load averages
node_boot_time_secondsGaugeUnix timestamp of last boot — time() - node_boot_time_seconds gives uptime
node_netstat_Tcp_CurrEstab, node_sockstat_TCP_twGaugeCurrent established TCP connections / connections in TIME_WAIT
Windows Exporter (Windows, default port 9182)windows_os_info{version, ...}Informational gaugeStatic text describing OS version and type (value is always 1; the label carries the information)
windows_cpu_time_total{core, mode}CounterCumulative CPU time per core per work mode (idle/user/system) — same shape as node_cpu_seconds_total on Linux
windows_logical_disk_read_seconds_total, windows_logical_disk_write_seconds_total (labeled by volume)CounterCumulative seconds spent on disk read/write operations per logical volume
windows_logical_disk_free_bytesGaugeFree space on a logical disk, in bytes

Not yet catalogued

The following exporters are referenced elsewhere in the observability landscape but have no worked example in this book’s source material — no real metric names have been captured for them here, so none are invented. Each remains a gap until a hands-on demo produces real metric names to record:

ExporterStatus
Blackbox ExporterNot yet catalogued
SNMP ExporterNot yet catalogued
PostgreSQL ExporterNot yet catalogued
MySQL ExporterNot yet catalogued
Redis ExporterNot yet catalogued
Kafka ExporterNot yet catalogued
HAProxy ExporterNot yet catalogued
NGINX ExporterNot yet catalogued

Metadata

AuthorAmit Singh
Scopeprometheus

Local graph

Full graph →